website-raghukamath.com/themes/bombil/layouts/partials/meta-post.html

13 lines
355 B
HTML

<div class="post-meta">
<time class="time meta dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
{{- .Date.Format "Jan 2, 2006" -}}
</time>
{{ if .Params.tags }}
&ndash;
{{ range $index, $tag := .Params.tags }}
<a class="p-category tag-link" href="{{ "/" | relURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
{{ end }}
</div>