From 90cd4fe1b6983a950f8270b6d4b1e9b91f66dc4f Mon Sep 17 00:00:00 2001 From: Eelco Wesemann Date: Tue, 5 Feb 2019 10:49:54 +0100 Subject: [PATCH 01/12] Fix h1 close tag for post-title --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c4d1527..6cde99f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "main" }}
-

{{ .Title | markdownify }}

+

{{ .Title | markdownify }}

{{ end }} diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..b891ecf --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,8 @@ + From bb7ad5779f82fba59a040bcef12a614d79ddf76f Mon Sep 17 00:00:00 2001 From: Andreas Hilboll Date: Sun, 24 Feb 2019 13:53:19 +0100 Subject: [PATCH 11/12] Fix typo in comment --- layouts/partials/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index b891ecf..64f5a64 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -1,5 +1,5 @@