gabrielgio.me @ a42f79ec30d915b45793d7d3c6964845bd5f4946

 1<article class="list-item">
 2    <div class="post-title">
 3        <a href="{{ .Permalink }}">{{ .Title }}</a>
 4    </div>
 5
 6    <!-- Add tags -->
 7    <!-- {{ range .Params.tags }}
 8         <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
 9         {{ end }}
10    -->
11
12    <span className="date-label">
13        {{ .Date.Format "2" }}{{ if in (slice 1 21 31) .Date.Day}}st{{ else if in (slice 2 22) .Date.Day}}nd{{ else if in (slice 3 23) .Date.Day}}rd{{ else }}th{{ end }} {{ .Date.Format "Jan, 2006" }}
14    </span>
15
16    <!-- <div>
17         {{ .Summary }}
18         {{ if .Truncated }}
19         <a href="{{ .Permalink }}">Read more...</a>
20         {{ end }}
21         </div>
22    -->
23</article>