From 71e742bbc5ccd3ffb455d514ab788718005d7a6b Mon Sep 17 00:00:00 2001 From: Ress Date: Fri, 17 Apr 2020 23:48:34 +0900 Subject: Put same code in "baseof.html". --- layouts/_default/single.html | 62 ++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 39 deletions(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e7b9278..04d016c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,42 +1,26 @@ {{ define "main" }} -
-
- -
-
-

- {{ .Title }} -

-
- {{ partial "post-meta.html" . }} -
-
- {{ .Content }} -
-
- {{ if ne .Params.noLicense true }} -
-
-

{{ i18n "postCopyrightFront" }}{{ .Site.Params.license }}{{ i18n "postCopyrightEnd" }}

-
-
- {{ end }} - {{ if .Site.Params.utterancesComment }} - {{ partial "comment-utterances.html" . }} - {{ end }} - {{ if .Site.Params.disqusComment }} - {{ partial "comment-disqus.html" . }} - {{ end }} -
- - -
- -
-
-
+
+
+ {{ .Content }} +
+ +{{ if ne .Params.noLicense true }} +
+
+

{{ i18n "postCopyrightFront" }}{{ .Site.Params.license }}{{ i18n "postCopyrightEnd" }}

+
+
+{{ end }} +{{ if .Site.Params.utterancesComment }} +{{ partial "comment-utterances.html" . }} +{{ end }} +{{ if .Site.Params.disqusComment }} +{{ partial "comment-disqus.html" . }} +{{ end }} {{ end }} \ No newline at end of file -- cgit v1.2.3