mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
8 lines
251 B
HTML
8 lines
251 B
HTML
|
|
<time class="f6 mb4 dib tracked" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
|
|
Publicado el {{ index .Site.Params.weekdays .Date.Weekday }}
|
|
{{ .Date.Day }} de
|
|
{{ index .Site.Params.months .Date.Month }},
|
|
{{ .Date.Year }}
|
|
</time>
|