mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
Switch themes to minimo
This commit is contained in:
7
themes/minimo/layouts/partials/list/date.archive.html
Normal file
7
themes/minimo/layouts/partials/list/date.archive.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{- $dateFormat := ( .Site.Params.settings.archiveDateFormat | default "Jan 02" ) -}}
|
||||
<span>
|
||||
<span class='screen-reader-text'>{{ i18n "postedOn" }} </span>
|
||||
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>
|
||||
{{- .Date.Format $dateFormat -}}
|
||||
</time>
|
||||
</span>
|
7
themes/minimo/layouts/partials/list/date.html
Normal file
7
themes/minimo/layouts/partials/list/date.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{- $dateFormat := ( .Site.Params.settings.listDateFormat | default "2006, Jan 02" ) -}}
|
||||
<span>
|
||||
<span class='screen-reader-text'>{{ i18n "postedOn" }} </span>
|
||||
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>
|
||||
{{- .Date.Format $dateFormat -}}
|
||||
</time>
|
||||
</span>
|
Reference in New Issue
Block a user