Add space between tags

main
welpo 2 years ago
parent 23381c5ad9
commit e6c880ceda

@ -103,7 +103,7 @@
<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path> <path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path>
<line x1="7" y1="7" x2="7.01" y2="7"></line> <line x1="7" y1="7" x2="7.01" y2="7"></line>
</svg> </svg>
<a href={{ get_taxonomy_url(kind='tags' , name=tag) | safe }}>{{ tag }}</a> <a href={{ get_taxonomy_url(kind='tags' , name=tag) | safe }}>{{ tag }}</a>&nbsp;
{% endfor %} {% endfor %}
</nav> </nav>
</div> </div>

Loading…
Cancel
Save