Initial commit

This commit is contained in:
Joseph Hutchinson
2018-03-15 11:53:53 -04:00
commit 83cccd2e46
86 changed files with 497 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" dir="ltr">
{{ partial "head.html" . }}
<body>
{{.Content}}
<section id="content" role="main" class="article-list card-columns">
{{ range $index, $page := .Paginator.Pages }}
{{ .Render "li" }}
{{ end }}
</section>
</body>
{{ partial "scripts.html" . }}
</html>