summaryrefslogblamecommitdiffstats
path: root/layouts/reading/single.html
blob: 5363190ca79c7df07c1d19df4c28545ccfe9421c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                      
{{ define "main" }}

<style type="text/css" media="screen">
  li {
    margin-bottom: 1.2em;
  }
</style>

<h2 class="title">{{ .Title }}</h2>


{{ .Content }}

- {{ .Date.Format "2 Jan 2006" }}
{{ end }}