diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5621c17d..02c219b0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -60,8 +60,10 @@ {{ if .Site.Copyright }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 72fe5ee5..c952c133 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,31 +7,33 @@
{{ if or .Title .Description .PublishDate }}
-
-
- {{ if .Title }} -

- {{ if .Params.link }} - {{ .Title | markdownify }} - {{ else }} - {{ .Title | markdownify }} +
+
+
+ {{ if .Title }} +

+ {{ if .Params.link }} + {{ .Title | markdownify }} + {{ else }} + {{ .Title | markdownify }} + {{ end }} +

{{ end }} -

- {{ end }} - {{ if .Description }} -

{{ .Description | markdownify }}

- {{ end }} - {{ if .PublishDate }} -

- {{ end }} + {{ if .Description }} +

{{ .Description | markdownify }}

+ {{ end }} + {{ if .PublishDate }} +

+ {{ end }} +
{{ end }} {{ if .Content }} -
-
-
+
+
+
{{ .Content }}