Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed May 29, 2024
1 parent e7b67b8 commit b70b735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/master/placeholder/blog/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ <h1 class="blog-post-title mb-1">{{ page.post.title }}</h1>
{%- include /master/helpers/blog-image.html class="img-fluid rounded-lg" -%}
</div>

{% for category in page.post.categories %}
<a href="{{ site.url }}/category/{{ category | slugify }}" class="badge bg-secondary text-decoration-none">{{ category }}</a>
{% endfor %}

<p>
{{ page.post.excerpt | liquify }}
</p>
Expand Down

0 comments on commit b70b735

Please sign in to comment.