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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/about/list.html')
-rw-r--r--layouts/about/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/about/list.html b/layouts/about/list.html
index e821afd..8419bb5 100644
--- a/layouts/about/list.html
+++ b/layouts/about/list.html
@@ -8,10 +8,10 @@
<header>
<div class="title">
{{ if $.Scratch.Get "h1" }}
- <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
+ <h1><a href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
{{ $.Scratch.Set "h1" false }}
{{ else }}
- <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
+ <h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ end }}
{{ with .Description }}
<p>{{ . }}</p>