summaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-07 18:09:21 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-08 16:44:22 -0700
commitfccc5b95fd47fb01a7d075d45f0c3943cb5514aa (patch)
tree3750371bc358c679d9b0edc3e442d082402e3af3 /_includes/header.html
parenta264d457e9f6192754ee6618909a6cef3b193667 (diff)
Add follow button and spruce up the follow page
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 7e3f12a..69fb0aa 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,6 +1,6 @@
<header id="title-header" role="banner">
<div class="row">
- <div class="six columns">
+ <div class="seven columns">
<h1 class="title">
<a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
</h1>
@@ -17,17 +17,13 @@
<i class="fab fa-twitter"></i>
</a>
</span>
- <span>
- <a href="{{ '/feed.xml' | relative_url }}">
- <span>RSS</span><i class="fas fa-rss"></i>
- </a>
- </span>
</div>
</div>
{%- if!page.nofollow != true %}
- <!--<div class="six-columns">
- <a href="/follow.html">FOLLOW PLZ</a>
- </div>-->
+ <div class="five columns light" style="text-align: right">
+ <span style="display:block; margin-bottom:0.5rem;">Get notified when new posts are published!</span>
+ <a href="{{ "/follow.html" | relative_url }}"><button class="button-primary">Follow the blog</button></a>
+ </div>
{% endif -%}
</div>
</header>