Files
aether/layouts/_default/single.html
Joseph Hutchinson 83cccd2e46 Initial commit
2018-03-15 11:53:53 -04:00

21 lines
546 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" dir="ltr">
{{ 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>
<article>
{{ .Content }}
</article>
<hr />
<!--
If you're going to use DISQUS comments, insert code here.
-->
</section>
</div>
</body>
{{ partial "scripts.html" . }}
</html>