This commit is contained in:
fruworg 2023-07-30 22:43:05 +05:00
parent 3834e2759f
commit 5dcfca5148

View File

@ -16,7 +16,7 @@
{{ range $paginator.Pages }}
<section class="list-item">
<h1 class="title"><a href="{{ .RelPermalink }}">{{.Title}}</a></h1>
<time>{{ dateFormat "01-02-2006 15:04:05" .Date }}{{ if .Draft }} <span class="draft-label">DRAFT</span> {{ end }}</time>
<time>{{ dateFormat "01-02-2006 15:04:05"}}{{ .Site.Data.Strings.publishedon}} {{.Date.Day}} {{ index $.Site.Data.Months.months .Date.Month }} {{.Date.Year}}, {{ .Date.Format .Site.Data.Formats.time }}{{ if .Draft }} <span class="draft-label">DRAFT</span> {{ end }}</time>
<br>{{ template "partials/pagedescription.html" . }}
</section>
{{ end }}