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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/term.html')
-rw-r--r--layouts/_default/term.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/term.html b/layouts/_default/term.html
index 9874224..94de3c4 100644
--- a/layouts/_default/term.html
+++ b/layouts/_default/term.html
@@ -33,7 +33,7 @@
{{ with .Params.Categories }} ・
{{ range .}}
<span class="post-tag post-box-category">
- <a href="{{ $ctx.Site.BaseURL }}{{ "/categories/" | relLangURL }}{{ . | urlize }}/">{{ . }}</a>
+ <a href="{{ "/categories/" | relLangURL }}{{ . | urlize }}/">{{ . }}</a>
</span>
{{ end }}
{{ end }}
@@ -42,7 +42,7 @@
<div class="post-box-tags">
{{ range .}}
<span class="post-tag post-box-tag">
- <a href="{{ $ctx.Site.BaseURL }}{{ "/tags/" | relLangURL }}{{ . | urlize }}/">#{{ . }}</a>
+ <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">#{{ . }}</a>
</span>
{{ end }}
</div>