joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/page/date.html
2018-02-28 16:33:36 +01:00

4 lines
151 B
HTML

<small>
<i class="fa fa-calendar"></i>
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format .Site.Data.Formats.date }}</time>
</small>