Using label classes on the anchor

Co-Authored-By: Olivier Guyot <olivier.guyot@camptocamp.com>
This commit is contained in:
Gregg Roemhildt
2019-12-12 20:03:21 -06:00
committed by GitHub
parent 9908433cfd
commit f8b145f82a

View File

@@ -113,7 +113,7 @@
</h4>
<p class="tags">
{{#each tags}}
<a href="./index.html?q={{.}}"><span class="label label-primary">{{.}}</span></a>
<a href="./index.html?q={{.}}" class="label label-primary">{{.}}</a>
{{/each}}
</p>
{{{ contents }}}