diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 86c0952..e0eef9f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,7 +4,9 @@

{{ .Title }}

- +
+ {{ .Content }} +
{{ if .Params.date }}
{{ .Params.date.Format "2006-01-02" }}
@@ -27,8 +29,6 @@ {{ end }}
- - {{ .Content }} {{ if .Site.DisqusShortname }} {{ template "_internal/disqus.html" . }} diff --git a/layouts/index.html b/layouts/index.html index e5ec1c5..49df79e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,6 +8,14 @@ +
+ {{ .Summary | safeHTML }} +
+
{{ if .Params.date }}
{{ .Params.date.Format "2006-01-02" }}
@@ -30,15 +38,6 @@ {{ end }}
-
- {{ .Summary | safeHTML }} -
- {{ if .Truncated }} -
- {{ i18n "readMore" | humanize }} -
- {{ end }} - {{ end }} {{ partial "pagination.html" . }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8fef991..7f18c34 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -12,7 +12,7 @@ - + {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 01337ae..b3506ec 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,4 @@ -

+

{{ .Site.Title }}