From 90d2de57da1d5d03f60fa753eb6560649d94e1d9 Mon Sep 17 00:00:00 2001 From: laoxielearnsth Date: Tue, 14 Jan 2020 01:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86nav=E7=9A=84target=E8=AE=BE=E4=B8=BA?= =?UTF-8?q?=5Fself,=E9=98=BB=E6=AD=A2=E6=89=93=E5=BC=80=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_partials/sidebar.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/_partials/sidebar.ejs b/layout/_partials/sidebar.ejs index 750be91..950988d 100644 --- a/layout/_partials/sidebar.ejs +++ b/layout/_partials/sidebar.ejs @@ -33,17 +33,17 @@ <% list.forEach(function(item){ %> <% if (item === 'categories') { %>
  • - <%- __('category') %> + <%- __('category') %> <%- list_categories({depth: -1}) %>
  • <% } else if (item === 'tags') { %>
  • - <%- __('tag') %> + <%- __('tag') %> <%- list_tags({}) %>
  • <% } else if (item === 'archives') { %>
  • - <%- __('archive') %> + <%- __('archive') %> <%- list_archives({type: 'yearly'}) %>
  • <% } else { %>