From d22fe825fbf34842f9fa93c2f533677a34816984 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 10 Jan 2019 23:30:05 +0300 Subject: improve post preview system, fix incorrect translation title on breadcrumbs --- weblog/templates/weblog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weblog/templates') diff --git a/weblog/templates/weblog/index.html b/weblog/templates/weblog/index.html index 0f8d79a..7d8d723 100755 --- a/weblog/templates/weblog/index.html +++ b/weblog/templates/weblog/index.html @@ -40,7 +40,7 @@

{% blocktrans with publish_date=post.publish_date %}Published on {{ publish_date }}{% endblocktrans %}{% if post.author %}{% blocktrans with author=post.author context 'Written by (Author)' %}, by {% endblocktrans %}{% endif %}


{% if post.preview_image %}{% endif %} - {{ post.preview_text|safe }} +

{{ post.preview_text|safe }}


{% trans 'Read more...' %} @@ -55,7 +55,7 @@

{% blocktrans with publish_date=post.publish_date %}Published on {{ publish_date }}{% endblocktrans %}{% if post.author %}{% blocktrans with author=post.author context 'Written by (Author)' %}, by {% endblocktrans %}{% endif %}


{% if post.preview_image %}{% endif %} - {{ post.preview_text|safe }} +

{{ post.preview_text|safe }}