-
- {{ with .Title }}
-
-
+ {{ if .Site.Params.homepage.showTitle | default true }}
+ {{ with .Title }}
+
+
+ {{ end }}
{{ end }}
{{ .Content | emojify }}
+
diff --git a/layouts/partials/home/page.html b/layouts/partials/home/page.html
index d715b78a..e4e8866a 100644
--- a/layouts/partials/home/page.html
+++ b/layouts/partials/home/page.html
@@ -1,8 +1,10 @@
{{ partial "partials/header/basic.html" . }}