~dricottone/blog

ref: dcbed11924f5816b467b47a0169fb248ae605163 blog/layouts/partials/blog-post-listitem.html -rw-r--r-- 254 bytes
dcbed119Dominic Ricottone nitpick 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
<div class="blog-post">
  <p><i>posted on {{ .Date.Format "2006-01-02" }}</i></p>
  <p>{{ .Summary }}</p>

  {{ if .Truncated }}
  <p><a href="{{ .Permalink }}">Read Moreā€¦</a></p>
  {{ end }}
</div>