diff --git a/layouts/partials/post.html b/layouts/partials/post.html index e318b47..233246d 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,18 +1,17 @@
- -

{{.Title}}

-
-
-

{{.Params.description}}{{if .Date}}
Published: {{.Date | time.Format "Jan 02 - 2006"}}{{end}}

-
- {{ if .GetTerms "tags" }} -
- {{range .GetTerms "tags" }} - - - {{.LinkTitle}} + +

{{.Title}}

+
+
+

{{.Params.description}}{{if .Date}}
Published: {{.Date | time.Format "Jan 02 2006"}}{{end}}

+
+ {{ if .GetTerms "tags" }} + {{end}} -
- {{end}}
\ No newline at end of file