diff options
author | Zach van Rijn <me@zv.io> | 2021-07-22 08:20:33 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-22 08:20:33 -0500 |
commit | 5c9762d2e613a2b045f41cf700cc65d2edfd38f3 (patch) | |
tree | c4cbf10a5ddb3a65c61cf9e42c2bca361c994917 | |
parent | 116d82b2e82c513402ec4d89054ae8fa561a34f4 (diff) | |
download | blog-ng-5c9762d2e613a2b045f41cf700cc65d2edfd38f3.tar.gz blog-ng-5c9762d2e613a2b045f41cf700cc65d2edfd38f3.tar.bz2 blog-ng-5c9762d2e613a2b045f41cf700cc65d2edfd38f3.tar.xz blog-ng-5c9762d2e613a2b045f41cf700cc65d2edfd38f3.zip |
Add small heading so that readers can click to the blog main page.
-rw-r--r-- | template-parts/header/header-main-layout.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template-parts/header/header-main-layout.php b/template-parts/header/header-main-layout.php index bf3eca0..aadbdd0 100644 --- a/template-parts/header/header-main-layout.php +++ b/template-parts/header/header-main-layout.php @@ -111,3 +111,9 @@ <!-- end container --> </div> <!-- end Header --> + +<div class="section-xs padding-0"> + <div class="container text-center"> + <h4 class="font-family-secondary"><a href="/">The Adélie Chronicle</a></h4> + </div><!-- end container --> +</div> |