6 lines
195 B
Plaintext
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>
|
||
|
<% } %>
|