INIT: uploading initial structure of site"

This commit is contained in:
Spencer Lyon
2014-03-29 12:09:38 -04:00
parent 829427ec43
commit c624bdbafb
20 changed files with 1369 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<div class="container">
<hr />
<hr />
<span class="left">
{{if .Prev}}
&nbsp; <em>&laquo; Previous:</em> <a class="next" href="{{.Prev.Permalink}}">{{.Prev.Title}}</a>
{{end}}
</span>
<span class="right">
{{if .Next}}
<em>Next: </em><a class="next" href="{{.Next.Permalink}}"> &nbsp; {{ .Next.Title }}</a> &raquo;
{{end}}
</span>
</div>