Initial commit

This commit is contained in:
Carl Pearson
2017-03-12 21:27:57 -05:00
parent 6c09e2b8de
commit be45676d32
141 changed files with 8537 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<nav>
<ul class="pager">
{{if .PrevInSection}}
<li class="previous"><a href="{{.PrevInSection.Permalink}}"><span
aria-hidden="true">&larr;</span> {{.PrevInSection.Title}}</a></li>
{{end}}
{{if .NextInSection}}
<li class="next"><a href="{{.NextInSection.Permalink}}">{{.NextInSection.Title}} <span
aria-hidden="true">&rarr;</span></a></li>
{{end}}
</ul>
</nav>