🔥 refactor(tags): remove unnecessary id attribute
They could cause broken HTML and were not used for anything.
This commit is contained in:
parent
1e33b9bc1f
commit
b88e7376e4
@ -9,7 +9,7 @@
|
|||||||
<div class="tag-cloud">
|
<div class="tag-cloud">
|
||||||
<ul class="tags">
|
<ul class="tags">
|
||||||
{%- for term in terms -%}
|
{%- 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.name }}</a>
|
||||||
– {{ term.pages | length }}{%- if term.pages | length == 1 %}
|
– {{ term.pages | length }}{%- if term.pages | length == 1 %}
|
||||||
{# Only one post. Singular. #}
|
{# Only one post. Singular. #}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user