aboutsummaryrefslogtreecommitdiff
path: root/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'index.tpl')
-rw-r--r--index.tpl20
1 files changed, 0 insertions, 20 deletions
diff --git a/index.tpl b/index.tpl
deleted file mode 100644
index 940f61b..0000000
--- a/index.tpl
+++ /dev/null
@@ -1,20 +0,0 @@
-# List of titles
-- {{ title }}
-- {{title}}
-- {{ title}}
-- {{title }}
-
-# Dot notation
-{{ home.title }}
-
-# For block
-{% for p in posts %}
- - {{ p.title }}
-
- (
- {% for t in p.tags %}
- {{ t }},
- {% endfor %}
- )
-{% endfor %}
-