summaryrefslogtreecommitdiff
path: root/layouts/_default/li.html
blob: c036bcc11ba9158d2b45e63b0ab5db5e96d6c276 (plain) (blame)
1
2
3
4
5
6
7
<div class="post-preview item" data-tags="{{ with .Params.tags }} {{- delimit  (apply (apply . "lower" ".") "urlquery" ".") "," -}} {{ end }}">
  <a href="{{ .RelPermalink }}">
      <h2 class="post-title">{{ .Title }}</h2>
      <h3 class="post-subtitle">{{ .Params.subtitle }}</h3>
  </a>
<hr>
</div>