diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:43:47 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:43:47 +0200 |
| commit | 04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa (patch) | |
| tree | 3058f165b7ebeffe8c9c13ebc19bd515fb19f071 /layouts/_default/list.html | |
| parent | 4f376d817910f3cd40f7456b0b5b1a7903485fb6 (diff) | |
| download | blog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.tar.gz blog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.zip | |
use summaries
Diffstat (limited to 'layouts/_default/list.html')
| -rw-r--r-- | layouts/_default/list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 90cf0ae..0cf0d1f 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,6 +6,9 @@ <article itemscope itemtype="http://schema.org/Blog"> <h2 class="entry-title" itemprop="headline"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2> <span class="entry-meta"><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "2006-01-02" }}</time></span> + <div> + {{ .Summary }} + </div> </article> {{ end }} </main> |
