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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/services/summary.html')
-rw-r--r--layouts/services/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/services/summary.html b/layouts/services/summary.html
index 57d46ee..bccd45e 100644
--- a/layouts/services/summary.html
+++ b/layouts/services/summary.html
@@ -1,7 +1,7 @@
<div class="service service-summary">
<div class="service-content">
<h2 class="service-title">
- <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h2>
<p>{{ .Content | plainify | htmlUnescape | truncate 120 "…" }}</p>
</div>