• <% for (var i in theme.sidebar.dropdown) { %>
    • <% if(theme.sidebar.dropdown[i].icon) { %> <%= theme.sidebar.dropdown[i].icon %> <% } %> <%= i %>
    • <% } %>
  • <% if(theme.sidebar.homepage.use === true) { %>
  • <% if(theme.sidebar.homepage.icon) { %> <%= theme.sidebar.homepage.icon %> <% } %> <%= __('sidebar.homepage') %>
  • <% if(theme.sidebar.homepage.divider === true) { %>
  • <% } %> <% } %> <% if(theme.sidebar.archives.use === true) { %>
  • <% if(theme.sidebar.archives.icon) { %> <%= theme.sidebar.archives.icon %> <% } %> <%= __('sidebar.archive') %>
    • <%- list_archives({ show_count: true, amount: 5, class: 'sidebar_archives', style: 'none', separator: '
    • ' }) %>
  • <% if(theme.sidebar.archives.divider === true) { %>
  • <% } %> <% } %> <% if(theme.sidebar.categories.use === true) { %>
  • <% if(theme.sidebar.categories.icon) { %> <%= theme.sidebar.categories.icon %> <% } %> <%= __('title.category') %>
    • <%- list_categories({ show_count: true, amount: 5, class: 'sidebar_archives', style: 'none', separator: '
    • ' }) %>
  • <% if(theme.sidebar.categories.divider === true) { %>
  • <% } %> <% } %> <% for (var i in theme.sidebar.pages){ %>
  • <% if(theme.sidebar.pages[i].icon){ %> <%= theme.sidebar.pages[i].icon %> <% } %> <%= i %>
  • <% if(theme.sidebar.pages[i].divider === true) { %>
  • <% } %> <% } %> <% if(theme.sidebar.article_num.use === true) { %>
  • <%= __('sidebar.article_num') %> <%= site.posts.length %>
  • <% if(theme.sidebar.article_num.divider === true) { %>
  • <% } %> <% } %>