Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2019-03-25 10:47:38 +0300
committerDerek Severin <severinderek@gmail.com>2019-03-25 10:47:38 +0300
commit41c4ce6549b2fc7ffac9efb6f0c2ba40f890bdbc (patch)
tree489233cb32d79513dd433fcd5019339557ff8ace /layouts/partials/pages/sidebar.html
parent6d1ee8f44d5fc3444260e9b07876632348d95e7f (diff)
Modified fonts
Diffstat (limited to 'layouts/partials/pages/sidebar.html')
-rw-r--r--layouts/partials/pages/sidebar.html7
1 files changed, 4 insertions, 3 deletions
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 }}
</div>
+ <br>
{{ "<!-- Categories -->" | safeHTML }}
<div>
- <h5>CATEGORIES</h5>
+ <div class="tag-title">CATEGORIES</div>
<div class="tags">
{{/* List categories without duplicates */}}
{{ partial "utils/list-keywords.html" (dict "type" "categories" "context" . "scratch" .Scratch "removeDuplicates" true) }}
</div>
</div>
-
+ <br>
{{ "<!-- Tags -->" | safeHTML }}
<div>
- <h5>TAGS</h5>
+ <div class="tag-title">TAGS</div>
<div class="tags">
{{/* List tags without duplicates */}}
{{ partial "utils/list-keywords.html" (dict "type" "tags" "context" . "scratch" .Scratch "removeDuplicates" true) }}