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>
|
</h4>
|
||||||
<p class="tags">
|
<p class="tags">
|
||||||
{{#each 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}}
|
{{/each}}
|
||||||
</p>
|
</p>
|
||||||
{{{ contents }}}
|
{{{ contents }}}
|
||||||
|
|||||||
Reference in New Issue
Block a user