X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7e890833260e5aef8ae217d195309b76fa91c02f..1687f78a694957f2cc3d357d7dcd4e498f0fafd8:/wolnelektury/templates/lesmianator/poem.html?ds=inline diff --git a/wolnelektury/templates/lesmianator/poem.html b/wolnelektury/templates/lesmianator/poem.html index 1dbf89218..78c5d5fb3 100644 --- a/wolnelektury/templates/lesmianator/poem.html +++ b/wolnelektury/templates/lesmianator/poem.html @@ -21,7 +21,7 @@ </div> <div id="header"> <div id="logo"> - <a href="/"><img src="{{ STATIC_URL }}img/logo.png" alt="WolneLektury.pl - logo" /></a> + <a href="/">Wolne Lektury</a> </div> </div> <div id="book-text"> @@ -50,6 +50,7 @@ {% endfor %} </ul> {% if shelf %} + <p> <a href="">Zmiksuj</a> póÅkÄ <a href="{{ shelf.get_absolute_url }}">{{ shelf.name }}</a> jeszcze raz, albo @@ -66,6 +67,7 @@ <div> </div> </div> + {{ piwik_tag|safe }} <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));