blog/themes/chameleon/layout/tag-index.ejs

11 lines
225 B
Plaintext

<div class="archive-container">
<%- partial('_partial/header', {}, { cache: true }) %>
<hr class="header-hr"/>
<h2>Tags:</h2>
<%- list_tags({
amount: 0,
class: 'index',
transform: titleCase
}) %>
</div>