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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2020-01-22 10:16:16 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2020-01-22 10:16:16 +0300
commitf6b06d215f42d08a9f224954c9d8c4498c3449f7 (patch)
tree3a5926b9548805d37cc9ad466145e722ae650d55
parentf29a1a8ad4ac9f4caed16a9ad35c81991efd3029 (diff)
Add missing '#'
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c0f200f..fe6be00 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -12,7 +12,7 @@
{{ if .Params.tags -}}
<div>
{{ range .Params.tags -}}
- <span><a href="{{ "/tags/" | relURL }}{{ . | urlize }}">{{ . }}</a></span>
+ <span><a href="{{ "/tags/" | relURL }}{{ . | urlize }}">#{{ . }}</a></span>
{{ end -}}
</div>
{{ end -}}