diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/home.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/home.html b/templates/home.html index a8dc282..6c0f0c1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -9,7 +9,7 @@          <div class="post-title"><a href="{{ post.permalink }}" class="post-title-link">{{ post.title }}</a></div>          <div class="post-content">              {% if config.extra.seje_show_summary_only %} -                {{ post.summary }} +                {{ post.summary | safe }}                  <a href="{{ post.permalink }}" class="More">More</a>              {% else %}                  {{ post.content | safe }} | 
