~dricottone/blog

ref: 27019af3ca152680284e300a54e39af88e515123 blog/layouts/partials/blog-post-listitem.html -rw-r--r-- 254 bytes
27019af3Dominic Ricottone Apparently the Youth Poll's public-facing name is 'Futures Survey' 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>