summary refs log tree commit diff stats
path: root/src/views/index.html
diff options
context:
space:
mode:
authorAlan Pearce2017-06-18 12:24:24 +0200
committerAlan Pearce2017-06-18 12:24:24 +0200
commitda9ff90d3e1b1348c43cd378c0806e159a700810 (patch)
treeab81bc58d982c6ffe77e160ae9b107acdc72eee6 /src/views/index.html
parent3bda5fcfb7a23619ba66bef029d89bbd18d2c915 (diff)
downloadhomestead-da9ff90d3e1b1348c43cd378c0806e159a700810.tar.lz
homestead-da9ff90d3e1b1348c43cd378c0806e159a700810.tar.zst
homestead-da9ff90d3e1b1348c43cd378c0806e159a700810.zip
feat: Parse front matter as metadata
Diffstat (limited to 'src/views/index.html')
-rw-r--r--src/views/index.html4
1 files changed, 4 insertions, 0 deletions
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 %}