Removed button backgrounds on static pages
The home and subscribe buttons had backgrounds on static pages, but not post pages. The backgrounds are now removed from these buttons on static pages.
This commit is contained in:
parent
e264f609de
commit
09d827249f
2
page.hbs
2
page.hbs
|
@ -3,7 +3,7 @@
|
|||
{{! This is a page template. A page outputs content just like any other post, and has all the same
|
||||
attributes by default, but you can also customise it to behave differently if you prefer. }}
|
||||
|
||||
<nav class="main-nav clearfix">
|
||||
<nav class="main-nav no-cover clearfix">
|
||||
<a class="back-button icon-arrow-left" href="{{@blog.url}}">Home</a>
|
||||
<a class="subscribe-button icon-feed" href="{{@blog.url}}/rss/">Subscribe</a>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue