From db5494dff0b2b8b344f37a2fa1d2f8b9c450098f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 6 Jan 2018 12:12:53 +0000 Subject: Initial commit --- index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..ce4965c --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ +--- +layout: default +title: Home +--- + +
+ {% for post in paginator.posts %} + +
+ +

{{ post.title }}

+
+ +

+ {{ post.content | truncatewords: 30 | strip_html }} +

+
+
+ {% endfor %} +
+ + -- cgit v1.2.3