mirror of
https://github.com/stashapp/website.git
synced 2026-04-12 17:31:20 -05:00
9 lines
305 B
HTML
Executable File
9 lines
305 B
HTML
Executable File
<p class="post-details">
|
|
{% for category in include.post.categories %}
|
|
<span class="blog-filter">
|
|
<a href="{{ site.baseurl }}/category/{{ category | slugify }}/">{{ category | capitalize }}</a>
|
|
</span>
|
|
{% endfor %}
|
|
<span class="post-date">{{ include.post.date | date: "%B %d, %Y" }}</span>
|
|
</p>
|