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

custom-message.html « partials « layouts - github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a1e16f2ebb78dd5a24859bdbb3f656b5cba0ef1 (plain)
1
2
3
4
5
6
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>