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

github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/single/tags.html')
-rw-r--r--layouts/partials/single/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/single/tags.html b/layouts/partials/single/tags.html
index 26d834e..47e108e 100644
--- a/layouts/partials/single/tags.html
+++ b/layouts/partials/single/tags.html
@@ -1,3 +1,3 @@
{{ range .Params.tags }}
-<a href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">#{{ . }}</a>&ensp;
+<a class="p-link--hashtag" href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">#{{ . }}</a>&ensp;
{{ end }} \ No newline at end of file