You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
392 B

<nav class="main-nav">
<!-- TODO: Show link only if current page is NOT home -->
<a href='{{ .Site.BaseURL }}'> <span class="arrow"></span>Home</a>
<!-- TODO: If .PermaLink == /about then don't show this link -->
<a href='{{ .Site.BaseURL }}about'>About</a>
<!-- TODO: Add link to RSS feed -->
<a class="cta" href="{{ .Site.BaseURL }}feed.xml">Subscribe</a>
</nav>