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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/categories.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/categories.html b/layouts/partials/categories.html
index 85ebf1d..526366d 100644
--- a/layouts/partials/categories.html
+++ b/layouts/partials/categories.html
@@ -1,4 +1,4 @@
{{ range .Params.categories }}
{{ $href := print (absURL "categories/") (urlize .) }}
-<small><code>[<a href="{{ $href }}">{{ . }}</a>]</code></small>
+<small><code><a href="{{ $href }}">{{ . }}</a></code></small>
{{ end }}