Update footer links with guide link, version num

This commit is contained in:
Matt Baer
2018-11-09 14:38:03 -05:00
parent c5e7e35205
commit 44e0657ef9
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,9 @@
<nav>
<a class="home" href="/">{{.SiteName}}</a>
<a href="/about">about</a>
<a href="https://writefreely.org/guide" target="guides">guide</a>
<a href="https://writefreely.org/guide" target="guide">writer's guide</a>
<a href="/privacy">privacy</a>
<a>{{.Version}}</a>
<a href="https://writefreely.org">writefreely {{.Version}}</a>
</nav>
</footer>