diff options
Diffstat (limited to 'site/layouts/post/li.html')
| -rw-r--r-- | site/layouts/post/li.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/layouts/post/li.html b/site/layouts/post/li.html new file mode 100644 index 0000000..de2d1da --- /dev/null +++ b/site/layouts/post/li.html @@ -0,0 +1,6 @@ +<a href="{{ .Permalink }}" class="no-underline pa3 bg-grey-1 br1 mb2 db raise"> + <h3 class="f3 b lh-title mb1 primary">{{ .Title }}</h3> + <p class="mid-gray lh-title mb2">{{ .Date.Format "Mon, Jan 2, 2006" }}</p> + <p class="mb0">{{ .Summary }}</p> + <p class="link b dib black mb0">Read more →</p> +</a> |
