summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/partials
diff options
context:
space:
mode:
authorRayHammer <evkondratyev@yandex.ru>2022-10-20 18:57:38 +0200
committerRayHammer <evkondratyev@yandex.ru>2022-10-20 18:57:38 +0200
commit5fa9597734f5183863bde2a4eed35fb5b8f0f115 (patch)
tree74db6dcbc56a8b124592e098aea776509afb5393 /themes/stingray/layouts/partials
parent1c4ff4d5e9f1d776fef066ae001b50fdd32dccda (diff)
Added representative h-card
Diffstat (limited to 'themes/stingray/layouts/partials')
-rw-r--r--themes/stingray/layouts/partials/header.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/stingray/layouts/partials/header.html b/themes/stingray/layouts/partials/header.html
index e69de29..5759242 100644
--- a/themes/stingray/layouts/partials/header.html
+++ b/themes/stingray/layouts/partials/header.html
@@ -0,0 +1,4 @@
+<div class="text-center">
+ <h1 class="title">{{ .Site.Title }}</h1>
+ {{ .Site.Params.Description }}
+</div> \ No newline at end of file