Skip to content

Commit

Permalink
Removed Author images due to bug on build
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Jul 6, 2020
1 parent 2653f05 commit f767a2a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/PostItem.vue
Expand Up @@ -27,21 +27,10 @@
</div>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<g-link :to="post.author.path" v-if="post.author.path">
<g-image :alt="post.author.title"
:src="avatar(post.author.id)"
@error="imageLoadError"
class="h-10 w-10 rounded-full"
width="100"></g-image>
</g-link>

</div>
<div class="ml-3">
<p class="text-sm leading-5 font-medium text-gray-900">
<g-link :to="post.author.path" class="hover:underline" v-if="post.author.path">
{{ titleCase(post.author.title) }}
</g-link>

</p>
<div class="flex text-sm leading-5 text-gray-500">
<time :datetime="post.date">
{{ post.date }}
Expand Down

0 comments on commit f767a2a

Please sign in to comment.