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/regularHeader.html')
-rw-r--r--layouts/partials/regularHeader.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/regularHeader.html b/layouts/partials/regularHeader.html
index 8f3f144..93dac99 100644
--- a/layouts/partials/regularHeader.html
+++ b/layouts/partials/regularHeader.html
@@ -8,12 +8,12 @@
"
>
<a class="primary-icon" href="{{ `/` | relURL }}" aria-label="home page">
- <i class="bi bi-house-door"></i>
+ <i class="bi bi-house-fill"></i>
</a>
- {{ partial "share" . }}
+
</div>
<div class="page-title-and-info" style="text-align: center">
- <h1 class="page-title">
+ <h1 class="page-title" {{ if not (eq .Kind `page`) }}style="margin-bottom: 1em;"{{ end }}>
{{ if or (eq .Kind "taxonomy") (eq .Kind "term") }}#{{ end }}{{ .Title }}
</h1>
{{ if eq .Kind "page" }}