diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-07 23:50:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-07 23:50:18 +0300 |
commit | df749a9d060a8d90a5433238ff3f73f5b552c9ed (patch) | |
tree | 0ac8a149588a74854b10519ea1f0cf94d5e4a54d /index.html | |
parent | std::call_once: wrap text at column 79 (diff) | |
download | jekyll-theme-df749a9d060a8d90a5433238ff3f73f5b552c9ed.tar.gz jekyll-theme-df749a9d060a8d90a5433238ff3f73f5b552c9ed.zip |
grammar tweaks
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ navbar_link: <span class="glyphicon glyphicon-home"></span> Main page {% else %} {% for post in paginator.posts %} <h2>{{ post.title }}</h2> - {{ post.excerpt }} + <p>{{ post.excerpt | stip_html }}</p> <div style="display: table; width: 100%;"> <div style="display: table-row;"> <div style="display: table-cell;"> |