1
0
mirror of https://github.com/fruworg/themu.git synced 2025-07-17 17:30:47 +03:00

date update

This commit is contained in:
2023-07-31 00:45:15 +05:00
parent acace8f325
commit 5a896b4e6c
4 changed files with 4 additions and 4 deletions

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