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:
authorUrja Acharya <urja.acharya@huskers.unl.edu>2021-03-13 22:25:14 +0300
committerUrja Acharya <urja.acharya@huskers.unl.edu>2021-03-13 22:25:14 +0300
commitb2c4e77b09d8c82c802eaa5ac6242617b9015df0 (patch)
tree1dc745bc227cf3a031be557b9fa503dcfc46bdaf /layouts/partials/regularHeader.html
parent705b318b15f64b0e9278198f808ef2eeaa12a37d (diff)
Style updates
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" }}