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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index caa1e65..d0d73f0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -13,19 +13,21 @@
<h1 class="site-title">{{- .Site.Title -}}</h1>
{{ end }}
- <p>
- <span class="site-title home-{{ .IsHome }}">
+ <div>
+ <p class="site-title home-{{ .IsHome }}">
{{ if not .IsHome }} {{ .Site.Title }} {{ end }}
- </span>
+ </p>
+ <p class="about-narrative">
{{ .Site.Params.about.narrative | markdownify }}
- </p>
+ </p>
+ </div>
<div class="social-info">
{{- range $key, $val := .Site.Params.social -}}
<a
class="social-link"
href="{{ $val }}"
- aria-label="social media links"
+ aria-label="{{ $key }}"
>
{{- $key -}}
</a>