2016-02-02 22:20:24 +00:00
|
|
|
{{ partial "top.html" . }}
|
|
|
|
<h1>{{ .Title }}</h1>
|
2018-03-26 19:20:38 +00:00
|
|
|
<h4>{{ ( index $.Site.Data.translations (default $.Site.Params.locale "en-US") ).datepublished }} {{ dateFormat "01-02-2006 15:04:05" .Date }}</h4>
|
2016-02-04 21:59:25 +00:00
|
|
|
{{ partial "share.html" . }}
|
2016-02-02 22:20:24 +00:00
|
|
|
<article>
|
|
|
|
{{ .Content }}
|
|
|
|
</article>
|
2016-02-06 15:37:40 +00:00
|
|
|
|
|
|
|
{{ template "_internal/disqus.html" . }}
|
|
|
|
|
2016-02-02 22:20:24 +00:00
|
|
|
{{ partial "bottom.html" . }}
|