♿️ fix: add missing quotes to HTML attributes (#367)
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
{%- if page.taxonomies and page.taxonomies.tags -%}
|
||||
{%- if previous_visible -%} {{ separator }} {%- endif -%}<li>{{- macros_translate::translate(key="tags", default="tags", language_strings=language_strings) | capitalize -}}: </li>
|
||||
{%- for tag in page.taxonomies.tags -%}
|
||||
<li><a href={{ get_taxonomy_url(kind='tags', name=tag, lang=lang) | safe }}>{{ tag }}</a>
|
||||
<li><a href="{{ get_taxonomy_url(kind='tags', name=tag, lang=lang) | safe }}">{{ tag }}</a>
|
||||
{%- if not loop.last -%}
|
||||
,
|
||||
{%- endif -%}
|
||||
|
Reference in New Issue
Block a user