diff --git a/content/_index.md b/content/_index.md index 0eac31d..0d5786f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,6 @@ --- title: "Max Mehl" +page: true --- ## Hi, I'm **Max Mehl**. diff --git a/themes/hugo-sustain/layouts/_default/single.html b/themes/hugo-sustain/layouts/_default/single.html index bf3be93..5c0c063 100644 --- a/themes/hugo-sustain/layouts/_default/single.html +++ b/themes/hugo-sustain/layouts/_default/single.html @@ -52,7 +52,7 @@
- {{ partial "comments.html" . }} + {{ partial "comments" . }} {{ partial "social" . }} diff --git a/themes/hugo-sustain/layouts/index.html b/themes/hugo-sustain/layouts/index.html index 7aff4d9..9447ba1 100644 --- a/themes/hugo-sustain/layouts/index.html +++ b/themes/hugo-sustain/layouts/index.html @@ -9,8 +9,9 @@ {{ .Content }} - - {{ partial "social.html" . }} + + {{ partial "comments" . }} + {{ partial "social" . }}