added link to PR, some cleaning
[wolnelektury.git] / wolnelektury / templates / catalogue / book_detail.html
index 660bf26..99bbb39 100644 (file)
@@ -4,6 +4,8 @@
 
 {% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %}
 
+{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
+
 {% block bodyid %}book-detail{% endblock %}
 
 {% block body %}
                 {% if extra_info.source_url %}
                 <li><a href="{{ extra_info.source_url }}">{% trans "Source of the book" %}</a></li>
                 {% endif %}
+                {% if extra_info.about %}
+                <li><a href="{{ extra_info.about }}">{% trans "Book on the Editor's Platform" %}</a></li>
+                {% endif %}
                 {% if book.gazeta_link %}
                 <li><a href="{{ book.gazeta_link }}">{% trans "Book description on Lektury.Gazeta.pl" %}</a></li>
                 {% endif %}