abdullahtarawneh.com/layouts/partials/page/date.html

5 lines
215 B
HTML

<a href="{{ .Permalink }}" class="u-url u-uid" rel="self">
<time class="dt-published published" datetime="{{ .Date.Format " 2006-01-02T15:04:05-0700" }}">
{{ .Date.Format "Monday, 2006 January 2" }}
</time>
</a>