diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/header.html | 14 |
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> |