joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/page/date.html

5 lines
151 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
<small>
<i class="fa fa-calendar"></i>
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format .Site.Data.Formats.date }}</time>
</small>