Lots of changes
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user