summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-08-26 18:43:47 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-26 18:43:47 +0200
commit04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa (patch)
tree3058f165b7ebeffe8c9c13ebc19bd515fb19f071 /layouts/index.html
parent4f376d817910f3cd40f7456b0b5b1a7903485fb6 (diff)
downloadblog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.tar.gz
blog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.zip
use summaries
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a3594e6..032e71f 100644
--- a/layouts/index.html
+++ b/layouts/index.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>