Switched to SPF13 theme

This commit is contained in:
Salar Rahmanian 2017-03-26 12:39:20 -04:00
parent dc8f68529f
commit 6425fec733
286 changed files with 3612 additions and 6951 deletions

View file

@ -0,0 +1,15 @@
{{ partial "header.html" . }}
<body lang="en">
{{ partial "subheader.html" . }}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
{{ range .Data.Pages }}
{{ .Render "summary"}}
{{ end }}
</div>
</section>
<aside id="meta"> </aside>
{{ partial "footer.html" . }}