AvalonDocumentationEngine/views/system/tag.ejs

3 lines
188 B
Text
Raw Permalink Normal View History

2023-01-05 20:58:03 +00:00
<button class="tagLabel" title="<%- tag %>" onclick="opensearch('(<%- tag %>)')" style="background-color: <%- allPages.tags[tag].color %>;">
<%- allPages.tags[tag].shortname %>
2023-01-05 04:18:04 +00:00
</button>