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:
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) }}