Skip to content

Commit

Permalink
Add post description to blog post headers
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Aug 17, 2024
1 parent d4a879c commit d5f6a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_includes/global/content.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ layout: global/base

{% if tags and tags.includes("posts") %}
<div class="blog__post--info">
<p>{{ desc }}</p>
<p><span class="text-bold">Posted:</span> {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }}</p>
{% if updated %}
<p><span class="text-bold">Last Updated:</span> {{ updated | niceDate }}</p>
Expand Down

0 comments on commit d5f6a0b

Please sign in to comment.