Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Sep 3, 2021
1 parent 5c1474a commit 22ff2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/ui/views/ShowPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</span>
</p>
<span class="text-secondary"
>{{ moment(post.published_at).format('MMM D, Y') }} — {{ post.read_time }}</span
>{{ moment(post.published_at).format('MMM D, Y') }} — {{ post.read_time }}</span
>
</div>
</div>
Expand Down Expand Up @@ -115,8 +115,8 @@
<p class="text-center font-italic mb-5">
This post was originally published on
<a :href="post.meta.canonical_link" target="_blank" rel="noopener">{{
parseURL(post.meta.canonical_link).host
}}</a>
parseURL(post.meta.canonical_link).host
}}</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 22ff2f0

Please sign in to comment.