Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntspoon committed Jan 8, 2024
1 parent 0f79198 commit 3b7d151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>
{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
<i>Category: {{ post.categories }}, Tags: {{ post.tags }}</i>
<i>Category: {{post.categories | capitalize | join: ', '}}, Tags: {{post.tags | capitalize | join: ', '}}</i>
</li>
{%- endfor -%}
</ul>
Expand Down
2 changes: 2 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>

{{page.tags | capitalize | join: ', '}}

0 comments on commit 3b7d151

Please sign in to comment.