From da9ff90d3e1b1348c43cd378c0806e159a700810 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 12:24:24 +0200 Subject: feat: Parse front matter as metadata --- src/views/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/views/index.html') diff --git a/src/views/index.html b/src/views/index.html index 3b18e51..0e900e6 100644 --- a/src/views/index.html +++ b/src/views/index.html @@ -1 +1,5 @@ hello world + +{% for post in posts %} + {{ post.data.get('title') }} +{% endfor %} -- cgit 1.4.1