diff options
Diffstat (limited to 'src/views/index.html')
-rw-r--r-- | src/views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/index.html b/src/views/index.html index 0e900e6..dcc142c 100644 --- a/src/views/index.html +++ b/src/views/index.html @@ -1,5 +1,5 @@ hello world -{% for post in posts %} +{% for filename, post in posts %} {{ post.data.get('title') }} {% endfor %} |