Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/headers/simple.html')
-rw-r--r--layouts/partials/headers/simple.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/headers/simple.html b/layouts/partials/headers/simple.html
new file mode 100644
index 0000000..cf5c400
--- /dev/null
+++ b/layouts/partials/headers/simple.html
@@ -0,0 +1,6 @@
+ <div class="py-5 text-center">
+ <h2>{{ .Title }}</h2>
+ {{- with .Params.subtitle }}
+ <p class="lead">{{ . }}</p>
+ {{- end }}
+ </div>