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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <16541325+hanzei@users.noreply.github.com>2018-11-28 22:50:50 +0300
committerGitHub <noreply@github.com>2018-11-28 22:50:50 +0300
commit3a6144e557b1ec8befb653ac0008ebe47f057d93 (patch)
tree44d718c5fad544a1b435ea982f51a6181a8932df /layouts/blog
parent5895d84506e343b20d34d76c51edcc879602d666 (diff)
Fix assets for thems site (#111)
* Fix font path * Fix favicon path * Revert "Serve hugo pipes assets with .RelPermalink (#107)" This reverts commit 88aa5812f5e081e32853135981cf5784f6c5d5a4. * Use relLangURL * Rebuild docs
Diffstat (limited to 'layouts/blog')
-rw-r--r--layouts/blog/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index d6dd3d0..7eeaf40 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -47,7 +47,7 @@
<p>
Tag{{ if gt $len 1 }}s{{ end }}:
{{ range $index, $tag := .Params.tags }}
- <a href="{{ "/tags/" | absLangURL }}{{ . | urlize }}">{{ . }}</a>{{ if ne (add $index 1) $len }},{{ end }}
+ <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>{{ if ne (add $index 1) $len }},{{ end }}
{{ end }}
</p>
{{ end }}