adding stuff from theme on the prod website

This commit is contained in:
2017-09-09 11:27:28 -05:00
parent 7f446fc953
commit 5225628f8a
5 changed files with 217 additions and 0 deletions
@@ -0,0 +1,15 @@
{{ partial "head.html" . }}
<body>
<div id="container">
{{ partial "header.html" . }}
<section id="main" class="outer">
{{ partial "gallery.html" . }}
{{ if and (not .Params.nocomment) .Site.Params.disqusShortname }}
{{ template "_internal/disqus.html" . }}
{{ end }}
</section>
{{ partial "footer.html" . }}
</div>
</body>
</html>