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