summaryrefslogtreecommitdiff
path: root/site/themes/hugo-starter/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/themes/hugo-starter/layouts/index.html')
-rw-r--r--site/themes/hugo-starter/layouts/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/themes/hugo-starter/layouts/index.html b/site/themes/hugo-starter/layouts/index.html
new file mode 100644
index 0000000..2acde8d
--- /dev/null
+++ b/site/themes/hugo-starter/layouts/index.html
@@ -0,0 +1,4 @@
+{{ define "main" }}
+ {{- .Content -}}
+ <p>{{ .Site.Params.description }}</p>
+{{ end }}