Skip to content

category.html #14

@stephanflemming

Description

@stephanflemming

I think there is a copy and paste error within the category.html

{% for tag in post.tags %}
<a class="codinfox-tag-mark" href="/blog/tag/#{{ tag | slugify }}">{{ tag }}</a>
{% endfor %}

has to be

{% for category in post.category %}
<a class="codinfox-tag-mark" href="/blog/category/#{{ category | slugify }}">{{ category }}</a>
{% endfor %}

Thanks for the nice example,
Stephan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions