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-04-14 17:28:35 +0300
committerAmazingRise <8315221+AmazingRise@users.noreply.github.com>2022-04-14 17:28:35 +0300
commitfb0f362ebe9072c4bbadd7cf2e9126358b959896 (patch)
tree1b79def049a443061d693926d864c15e6280460b
parentabbd2bc93577f37f2cdbb272d459cf4c202508c8 (diff)
Fixed taxonomy page title link
-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 11ce644..ed8110a 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="{{.FirstSection.Permalink}}">{{.FirstSection.Title}}</a> / {{ .Title }}
+ <a href="{{ .Parent.Permalink }}">{{.Parent.Title}}</a> / {{ .Title }}
</div>
</div>
</div>