🔥 refactor(tags): remove unnecessary id attribute

They could cause broken HTML and were not used for anything.
main
welpo 1 year ago
parent 1e33b9bc1f
commit b88e7376e4
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -9,7 +9,7 @@
<div class="tag-cloud">
<ul class="tags">
{%- for term in terms -%}
<li class="tags-item" id "{{ term.name }}"><a href="{{ term.permalink | safe }}">
<li class="tags-item"><a href="{{ term.permalink | safe }}">
{{ term.name }}</a>
{{ term.pages | length }}{%- if term.pages | length == 1 %}
{# Only one post. Singular. #}

Loading…
Cancel
Save