diff --git a/layouts/partials/main-article.html b/layouts/partials/main-article.html index 340caf1..6b56827 100644 --- a/layouts/partials/main-article.html +++ b/layouts/partials/main-article.html @@ -1,15 +1,22 @@ -
-
-

{{ .Title }}

-
- {{ with .Params.author }} -

{{ .name }}

-

on

- {{ end }} - {{ if isset .Params "date" }} - +
+
+
+

{{ .Title }}

+
+ {{ with .Params.author }} +

{{ .name }}

+

on

+ {{ end }} {{ if isset .Params "date" }} + + {{ end }} +
+
+
+

Table of Contents

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