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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmazingRise <8315221+AmazingRise@users.noreply.github.com>2022-07-30 15:38:16 +0300
committerAmazingRise <8315221+AmazingRise@users.noreply.github.com>2022-07-30 15:38:16 +0300
commit5017b8bb9533ac5801918d05f67e13a9d6881859 (patch)
tree3c403877d476328286a6a58aeb2ba97c49844de5 /layouts/_default/taxonomy.html
parent9f527cd28ce76205858011c9c97b30eb8e10393d (diff)
Fixed #133
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r--layouts/_default/taxonomy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index ed8110a..6d4e368 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -5,7 +5,7 @@
<div class="post-item post-item-no-gaps">
<div class="post-item-info-wrapper">
<div class="post-item-title post-item-title-small">
- <a href="{{ .Parent.Permalink }}">{{.Parent.Title}}</a> / {{ .Title }}
+ <a href="{{ .Parent.RelPermalink }}">{{.Parent.Title}}</a> / {{ .Title }}
</div>
</div>
</div>