This commit is contained in:
Joseph Hutchinson
2018-03-28 16:32:44 -04:00
parent 74b73473b3
commit fc6aba20f1
3 changed files with 6 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
</section>
</main>
</div>
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</html>

View File

@@ -17,12 +17,12 @@
{{ end }}
{{ .Content }}
</article>
<hr />
<!--
If you're going to use DISQUS comments, insert code here.
-->
</main>
</div>
{{ partial "scripts.html" . }}
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>