mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
fix
This commit is contained in:
parent
ac51700de7
commit
3b37fd0621
|
@ -20,8 +20,8 @@
|
|||
<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>
|
||||
<a class="category-link capitalize" href="{{ get_taxonomy_url(kind="categories", name=category) | safe }}">{{ category }}</a>
|
||||
{% endfor %}</p>
|
||||
{{ page.content | safe }}
|
||||
</article>
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in a new issue