Skip to content

Commit

Permalink
#229 Fix empty tag situation
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ouellet committed Oct 13, 2020
1 parent 7766701 commit d569d22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/.vuepress/theme/layouts/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
</div>
</div>

<div class="custom-block point recent-posts">
<div
v-if="posts.length > 0"
class="custom-block point recent-posts"
>
<p class="custom-block-title">
Recent {{ upperTag }}<br>content.
</p>
Expand Down

0 comments on commit d569d22

Please sign in to comment.