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

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/custom-message.html')
-rw-r--r--layouts/partials/custom-message.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/custom-message.html b/layouts/partials/custom-message.html
new file mode 100644
index 0000000..0a1e16f
--- /dev/null
+++ b/layouts/partials/custom-message.html
@@ -0,0 +1,7 @@
+<div class="flex flex-wrap sm:flex-row flex-col py-6 mb-12">
+ {{ if .Site.Params.Message }}
+ <h1 class="text-gray-900 font-medium title-font text-2xl mb-2 sm:mb-0 text-center w-full">
+ {{ .Site.Params.Message }}
+ </h1>
+ {{ end }}
+</div> \ No newline at end of file