lots of changes

This commit is contained in:
Joseph Hutchinson
2018-04-22 22:54:22 -04:00
parent d38b731879
commit 5532b3f7d4
6 changed files with 54 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
{{ partial "head.html" . }}
<body class="single-body">
{{ partial "nav-bar.html" . }}
<main class="content side-gutter">
<main class="content side-padding">
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ .Title }}</h1>
@@ -21,9 +21,8 @@
-->
</main>
{{ with .Next }}
{{ .Render "single-li" }}
{{ .Render "single-li" }}
{{ end }}
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>