From 41c4ce6549b2fc7ffac9efb6f0c2ba40f890bdbc Mon Sep 17 00:00:00 2001 From: Derek Severin Date: Mon, 25 Mar 2019 14:47:38 +0700 Subject: Modified fonts --- layouts/partials/pages/sidebar.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'layouts/partials/pages/sidebar.html') diff --git a/layouts/partials/pages/sidebar.html b/layouts/partials/pages/sidebar.html index c02829f..f5a71e2 100644 --- a/layouts/partials/pages/sidebar.html +++ b/layouts/partials/pages/sidebar.html @@ -59,18 +59,19 @@ {{ end }} +
{{ "" | safeHTML }}
-
CATEGORIES
+
CATEGORIES
{{/* List categories without duplicates */}} {{ partial "utils/list-keywords.html" (dict "type" "categories" "context" . "scratch" .Scratch "removeDuplicates" true) }}
- +
{{ "" | safeHTML }}
-
TAGS
+
TAGS
{{/* List tags without duplicates */}} {{ partial "utils/list-keywords.html" (dict "type" "tags" "context" . "scratch" .Scratch "removeDuplicates" true) }} -- cgit v1.2.3