Lots of changes

This commit is contained in:
Joseph Hutchinson
2018-03-16 15:12:19 -04:00
parent 6d6a70e705
commit 7a09a9d3e2
3 changed files with 58 additions and 17 deletions

View File

@@ -3,19 +3,20 @@
{{ partial "head.html" . }}
<body>
<div class="content-container">
<section class="article-body" role="main">
<section>
<span class="post-date">{{ .Date.Format "Jan 2, 2006" }}</span>
</section>
<main class="content">
<article>
<header>
<h1>{{ .Title }}</h1>
<time datetime="{{ .PublishDate.Format "2006-01-02 12:00" }}" class="post-date">{{ .PublishDate.Format "Jan 2, 2006" }}</time>
</header>
{{ .Content }}
</article>
<hr />
<!--
If you're going to use DISQUS comments, insert code here.
-->
</section>
</main>
</div>
</body>
{{ partial "scripts.html" . }}
</body>
</html>