2018-11-08 07:10:37 +01:00
|
|
|
{{define "footer"}}
|
2018-11-10 04:10:46 +01:00
|
|
|
<footer{{if not .SingleUser}} class="contain-me"{{end}}>
|
2018-11-08 07:10:37 +01:00
|
|
|
<hr />
|
2018-11-10 04:10:46 +01:00
|
|
|
{{if .SingleUser}}
|
|
|
|
<nav>
|
|
|
|
<a class="home" href="/">{{.SiteName}}</a>
|
|
|
|
<a href="https://writefreely.org/guide" target="guide">writer's guide</a>
|
|
|
|
<a href="https://developers.write.as/" title="Build on Write Freely with our open developer API.">developers</a>
|
|
|
|
<a href="https://github.com/writeas/writefreely">source code</a>
|
|
|
|
<a href="https://writefreely.org">writefreely {{.Version}}</a>
|
|
|
|
</nav>
|
|
|
|
{{else}}
|
2018-11-08 07:10:37 +01:00
|
|
|
<div class="marketing-section">
|
|
|
|
<div class="clearfix blurbs">
|
|
|
|
<div class="half">
|
|
|
|
<h3><a class="home" href="/">{{.SiteName}}</a></h3>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/about">about</a></li>
|
|
|
|
<li><a href="/privacy">privacy</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="half">
|
2018-11-09 20:38:03 +01:00
|
|
|
<h3><a href="https://writefreely.org" style="color:#444;text-transform:lowercase;">WriteFreely</a></h3>
|
2018-11-08 07:10:37 +01:00
|
|
|
<ul>
|
2018-11-09 20:38:03 +01:00
|
|
|
<li><a href="https://writefreely.org/guide" target="guide">writer's guide</a></li>
|
2018-11-08 07:10:37 +01:00
|
|
|
<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>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-11-10 04:10:46 +01:00
|
|
|
{{end}}
|
2018-11-08 07:10:37 +01:00
|
|
|
</footer>
|
|
|
|
{{end}}
|