aboutsummaryrefslogtreecommitdiff
path: root/layouts/posts/single.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2021-05-03 22:05:25 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2021-05-03 22:05:25 +0200
commit9e9c7d34038a830d22397bbec08e7ec64eb0a0d7 (patch)
tree81465b79d5a6b015e1ea5ec5ab0170c5a62328e1 /layouts/posts/single.html
parentc197f3399b0aee698afc5278dbb33506892311ef (diff)
Improve posts title rendering
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r--layouts/posts/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 79cd303..301ca1e 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -1,7 +1,7 @@
{{ define "main" }}
<article class="markdown">
<h1>
- <a href="{{ .RelPermalink }}">{{ .Title }}</a>
+ <a href="{{ .RelPermalink }}">{{ partial "docs/title.html" . }}</a>
</h1>
{{ partial "docs/post-meta" . }}
{{- .Content -}}