From 81b2b09257c3fdf424344d55e30495701af69323 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Sun, 28 Sep 2014 23:34:46 +0300 Subject: [PATCH] Added Read More link in index --- index.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a2241ae..10e42c2 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,12 @@ if (window.clipboardData) {% endif %}
-

{{ post.content | strip_html | truncatewords: 50 }}

+

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

@@ -101,7 +106,7 @@ if (window.clipboardData)

- + {% if post.img %}

+