mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Minor tag nbsp fix
This commit is contained in:
parent
6516b9f05f
commit
e963d49d9b
@ -1,3 +1,3 @@
|
||||
{% set bullet = joiner(" • ") %}
|
||||
<div class="mg-tags" title="Tags">{% for tag in article.tags %}{{bullet()}}<a class="mg-tag" href="{{tag.url}}"><i class="uk-icon-tag"></i> {{tag.name}}</a>{% endfor %}</div>
|
||||
<div class="mg-tags" title="Tags">{% for tag in article.tags %}{{bullet()}}<a class="mg-tag" href="{{tag.url}}"><i class="uk-icon-tag"> {{tag.name}}</i></a>{% endfor %}</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user