Mass rename/move to get rid of Haskell stuff

This commit is contained in:
Chris Hodapp
2020-04-11 22:25:33 -04:00
parent 9bd5a8ff13
commit 0aabd0267d
412 changed files with 36 additions and 10590 deletions

View File

@@ -0,0 +1,12 @@
{{ partial "header.html" . }}
<h2>
<span class="list-heading-type">{{ .Section }}:</span>
<span class="list-heading-tag">{{ .Title }}</span>
</h2>
<div id="content">
{{ range.Pages }}
{{ .Render "li" }}
{{ end }}
</div>
{{ partial "footer.html" . }}