aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-03-07 23:51:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-03-07 23:51:14 +0300
commit9e4ce5c88f384ca2fe74bd56547edb925f7378bc (patch)
tree4510eec13a24a522ff5666817fca6089d407cd5f /index.html
parentgrammar tweaks (diff)
downloadjekyll-theme-9e4ce5c88f384ca2fe74bd56547edb925f7378bc.tar.gz
jekyll-theme-9e4ce5c88f384ca2fe74bd56547edb925f7378bc.zip
index.html: remove strip_html from post excerpts
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d25ef7e..195f58c 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@ navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;Main page
{% else %}
{% for post in paginator.posts %}
<h2>{{ post.title }}</h2>
- <p>{{ post.excerpt | stip_html }}</p>
+ <p>{{ post.excerpt }}</p>
<div style="display: table; width: 100%;">
<div style="display: table-row;">
<div style="display: table-cell;">