Update footer links with guide link, version num
This commit is contained in:
parent
c5e7e35205
commit
44e0657ef9
|
@ -11,9 +11,9 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="half">
|
||||
<h3><a href="https://writefreely.org">write freely</a></h3>
|
||||
<h3><a href="https://writefreely.org" style="color:#444;text-transform:lowercase;">WriteFreely</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://writefreely.org/apps">apps</a></li>
|
||||
<li><a href="https://writefreely.org/guide" target="guide">writer's guide</a></li>
|
||||
<li><a href="https://developers.write.as/" title="Build on Write Freely with our open developer API.">developers</a></li>
|
||||
<li><a href="https://github.com/writeas/writefreely">source code</a></li>
|
||||
<li style="margin-top:0.8em">{{.Version}}</li>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue