This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
spdocker/themes/spd/layout/_widget/archive.ejs
2018-03-07 15:58:54 +11:00

6 lines
195 B
Plaintext

<% if (site.posts.length){ %>
<h5><%= __('ARCHIVES') %></h5>
<div class="widget">
<%- list_archives({show_count: config.show_count, type: config.archive_type}) %>
</div>
<% } %>