Using label classes on the anchor
Co-Authored-By: Olivier Guyot <olivier.guyot@camptocamp.com>
This commit is contained in:
@@ -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 }}}
|
||||
|
||||
Reference in New Issue
Block a user