diff --git a/themes/one-pager/layouts/partials/header.html b/themes/one-pager/layouts/partials/header.html index d2c870f..a15307c 100644 --- a/themes/one-pager/layouts/partials/header.html +++ b/themes/one-pager/layouts/partials/header.html @@ -74,7 +74,7 @@
{{ if $about }} -

{{ if $displayName }}{{ $displayName }}{{ else }}{{ .Site.Title }}{{ end }}

{{ $about | markdownify }}
+

✦ {{ if $displayName }}{{ $displayName }}{{ else }}{{ .Site.Title }}{{ end }}

{{ $about | markdownify }}
{{ else }}
{{ .Site.Params.description }}
{{ end }}