blob: e5fca8e821bd27a64da8e820aa885cef64349f9e (
plain)
1
2
3
4
5
6
7
8
9
|
<a href="{{ .Permalink }}" class="no-underline pa3 bg-grey-1 br1 mb2 db raise w-100">
<h2 class="f3 b lh-title mb1 primary">{{ .Title }}</h2
>
<p class="mid-gray lh-title mb2">{{ .Date.Format "Mon, Jan 2, 2006" }}</p>
<p class="mb0">{{ .Description }}</p>
<p class="link b dib black mb0">Read more →</p>
</a>
|