chore(*): minor cleanup + formatting
This commit is contained in:
parent
81afe237f7
commit
49e21d574e
8 changed files with 35 additions and 34 deletions
|
@ -1,7 +1 @@
|
|||
{% if tags %}
|
||||
<div class="tags">
|
||||
{%- for tag in tags -%}
|
||||
<a href="/tags/{{ tag | downcase | url_encode }}">#{{ tag | downcase }}</a>
|
||||
{%- endfor -%}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if tags %}<p class="tags tags-small">{%- for tag in tags %} {% assign tagLowercase = tag | downcase -%}<a href="/tags/{{ tagLowercase | url_encode }}">#{{ tagLowercase }}</a>{%- endfor -%}</p>{% endif %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
<p><mark>{{ label }}</mark>{%- for tag in tags %} <a href="/tags/{{ tag.tag | url_encode }}">#{{ tag.tag }}</a>{%- endfor -%}</p>
|
||||
<p><mark>{{ label }}</mark>{%- for tag in tags %} {% assign tagLowercase = tag.tag | downcase -%}<a href="/tags/{{ tagLowercase | url_encode }}">#{{ tagLowercase }}</a>{%- endfor -%}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue