mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
categories
This commit is contained in:
parent
008b4ceb20
commit
089fbb6f08
|
@ -16,7 +16,12 @@
|
|||
<h1 class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
|
||||
<p class="blog-date"><strong><time datetime="{{ page.date }}">{{ page.date }}</time></strong></p>
|
||||
<p class="blog-date">
|
||||
{% for category in page.taxonomies["categories"] %}
|
||||
<a class="category-link capitalize" href="/categories/{{category}}">{{ category }}</a>
|
||||
{% endfor %}</p>
|
||||
{{ page.content | safe }}
|
||||
</article>
|
||||
{% endblock content %}
|
Loading…
Reference in a new issue