summaryrefslogtreecommitdiff
path: root/themes/orca/layouts/partials/post-item.html
blob: b20a8f832aa7471e3536c6c96c269d6b716372e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="post">
  <small class="right"><a href="/{{ .Type }}/">{{ .Type }}</a></small>
  <i>{{ .Date.Format "January 2nd, 2006" }}</i>
  <br>
  <b><a href="{{ .Permalink }}">{{ .Title }}</a></b>
  <br>
  <span>
{{ range $i, $t := .Params.tags -}}
  {{ if $i }}, {{ end -}}
  {{ $t -}}
{{- end }}
  </span>
</div>