init
This commit is contained in:
commit
c9def51b7e
38 changed files with 5755 additions and 0 deletions
templates/partials/blog
7
templates/partials/blog/taxonomy.html.twig
Normal file
7
templates/partials/blog/taxonomy.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% if page.taxonomy.tag %}
|
||||
<span class="tags">
|
||||
{% for tag in page.taxonomy.tag %}
|
||||
<a class="badge badge-secondary" href="{{ blog.url|rtrim('/') }}/tag{{ config.system.param_sep }}{{ tag }}#body-wrapper">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue