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.
mystic/themes/hueman/layout/widget/archive.ejs

9 lines
239 B
Plaintext
Raw Normal View History

2018-09-03 07:41:16 +00:00
<% if (site.posts.length) { %>
<div class="widget-wrap widget-list">
<h3 class="widget-title"><%= __('sidebar.archives') %></h3>
<div class="widget">
<%- list_archives() %>
</div>
</div>
<% } %>