diff --git a/layouts/_partials/widget/archives.html b/layouts/_partials/widget/archives.html index 49c9c69..c2ea933 100644 --- a/layouts/_partials/widget/archives.html +++ b/layouts/_partials/widget/archives.html @@ -7,7 +7,11 @@
{{ partial "helper/icon" "infinity" }}
-

{{ T "widget.archives.title" }}

+

+ + {{ T "widget.archives.title" }} + +

{{ $pages := partial "helper/pages.html" $context.Site.Home }} {{ $archives := $pages.GroupByDate "2006" }} diff --git a/layouts/_partials/widget/taxonomy.html b/layouts/_partials/widget/taxonomy.html index cdb3e5b..8058fa9 100644 --- a/layouts/_partials/widget/taxonomy.html +++ b/layouts/_partials/widget/taxonomy.html @@ -13,7 +13,7 @@ {{- $widgetTitle := .Params.title -}} {{- $limit := default 10 .Params.limit -}} {{- $icon := default .Params.taxonomy .Params.icon -}} -{{- $showLink := default false .Params.showLink -}} +{{- $showLink := default true .Params.showLink -}}