diff --git a/templates/index.gohtml b/templates/index.gohtml index d9c1513..44f595a 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -6,8 +6,8 @@ {{ end }} {{ define "main" }} -
- {{ with .Data.Title }}

{{ . }}

{{ end }} +
+ {{ with .Data.Title }}

{{ . }}

{{ end }} {{ with .Data.Description }}{{ md . }}{{ end }} {{ if (or .Data.Title .Data.Description) }}
@@ -23,6 +23,7 @@ {{ if .Data.HasNext }}

{{ string .Blog.Lang "next" }}

{{ end }} + {{ include "author" . }}
{{ end }}