From 9e9c7d34038a830d22397bbec08e7ec64eb0a0d7 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 3 May 2021 22:05:25 +0200 Subject: Improve posts title rendering --- layouts/posts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/posts/list.html') diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 12207c8..badf0f6 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -2,7 +2,7 @@ {{ range sort .Paginator.Pages }}

- {{ .Title }} + {{ partial "docs/title.html" . }}

{{ partial "docs/post-meta" . }}

-- cgit v1.2.3