2020-01-12 15:33:02 +01:00
|
|
|
{{ define "main" }}
|
|
|
|
{{ $dateFormat := default "January 2, 2006" .Site.Params.GeekdocDateFormat }}
|
|
|
|
<article class="gdoc-markdown">
|
|
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
<h5>
|
|
|
|
<strong>{{ .Date.Format $dateFormat }}</strong>
|
|
|
|
</h5>
|
2020-02-26 23:59:30 +01:00
|
|
|
{{ partial "content" . }}
|
2020-01-12 15:33:02 +01:00
|
|
|
</article>
|
|
|
|
{{ end }}
|