~dricottone/blog

ref: 42bd5833d59637cf3feef39464ec6687567ae94f blog/layouts/partials/blog-post-listitem.html -rw-r--r-- 254 bytes
42bd5833Dominic Ricottone Updating link 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>