diff options
Diffstat (limited to 'themes/stingray/layouts/partials/header.html')
-rw-r--r-- | themes/stingray/layouts/partials/header.html | 4 |
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 |