2016-11-02 23:10:49 -04:00
|
|
|
<div class="links">
|
2016-11-03 21:14:36 -04:00
|
|
|
<a href="/">Home</a>
|
2016-11-02 23:10:49 -04:00
|
|
|
{{ range first 1 (where .Site.Pages "Type" "post") }}
|
2016-11-03 21:14:36 -04:00
|
|
|
<a href="/post/">Archive</a>
|
2016-11-02 23:10:49 -04:00
|
|
|
{{ end }}
|
|
|
|
{{ range where .Site.Pages "Type" "!=" "post" }}
|
2016-11-03 21:14:36 -04:00
|
|
|
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
2016-11-02 23:10:49 -04:00
|
|
|
{{ end }}
|
|
|
|
<a href="#top">Top</a>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|