From 86b4f6f6d73401628db976b6259d85309d672597 Mon Sep 17 00:00:00 2001 From: 10mohi6 <10.mohi.6.y@gmail.com> Date: Tue, 16 Jun 2020 14:22:12 +0900 Subject: update theme --- layouts/_default/single.html | 75 ++++++++++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 30 deletions(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6555d51..f1e56cb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,31 +1,46 @@ {{ partial "header.html" . }} -
- {{ range .Params.categories }} - {{ . }} - {{ end }} -

{{ .Title }}

-

{{.Date.Format "January 2, 2006"}}

- {{ range .Params.tags }} - #{{ . }} - {{ end }} -
-
-
-
- {{ .Content }} -
-
-
-
- {{ with .PrevInSection }} - < {{ .Title }} - {{ end }} -
-
- {{ with .NextInSection }} - {{ .Title }} > - {{ end }} -
-
-
-{{ partial "footer.html" . }} \ No newline at end of file +
+
+
+
+ {{ range .Params.categories }} + {{ . }} + {{ end }} +

{{ .Title }}

+

{{.Date.Format "January 2, 2006"}}

+
+
+
+
+
+
+
+
+ {{ .Content }} +

+ {{ with .Params.tags }} + Tagged: + {{ end }} + {{ range .Params.tags }} + #{{ . }} + {{ end }} +

+
+
+
+ {{ with .PrevInSection }} + ← {{ .Title }} + {{ end }} +
+
+ {{ with .NextInSection }} + {{ .Title }} → + {{ end }} +
+
+
+
+
+
+
+{{ partial "footer.html" . }} -- cgit v1.2.3