X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b9654908f92b253dbcc192c3ee1d42dd308abf73..341bba6a6521423f7d26115fe86195a551702cdc:/prawokultury/templates/base.html diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index 7eb4c2c..5ecc92d 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -5,25 +5,26 @@ {% load compressed %} <html prefix="og: http://ogp.me/ns#"> <head> - <title>{% block "titleextra" %}{% endblock %}{% trans "Culture's right" %}</title> + <title>{% block "titleextra" %}{% endblock %}{% trans "Right to Culture" %}</title> <link rel="shortcut icon" type="image/png" href="{% static "img/favicon.png" %}" /> {% compressed_css 'base' %} <meta charset="UTF-8" /> - <meta property='og:url' content='{% block "ogurl" %}{% url 'migdal_main' %}{% endblock %}' /> - <meta property='og:title' content='{% block "ogtitle" %}{% trans "Culture's right" %}{% endblock %}' /> - <meta property='og:site_name' content='{% trans "Culture's right" %}' /> + <meta property='og:url' content='{% block "ogurl" %}{{ request.get_full_path|build_absolute_uri:request }}{% endblock %}' /> + <meta property='og:title' content='{% block "ogtitle" %}{% trans "Right to Culture" %}{% endblock %}' /> + <meta property='og:site_name' content='{% trans "Right to Culture" %}' /> <meta property='og:description' content='{% block "ogdescription" %}Prawokultury.pl to strona edukacyjna majÄ ca za zadanie w przystÄpny i rzetelny sposób informowaÄ o wszelkich kwestiach zwiÄ zanych z prawem autorskim.{% endblock %}' /> <meta property='og:type' content='{% block "ogtype" %}website{% endblock %}' /> <meta property='og:image' content='{% block "ogimage" %}{{ "/static/img/square-logo.png"|build_absolute_uri:request }}{% endblock %}' /> <meta property='og:locale' content='pl_PL' /> </head> <body> + {% include "annoy.html" %} <div id="body"> <div id="header-bar"> <div class="bar-left"> <a id="logo" href="{% url "migdal_main" %}"> - <img alt="{% trans "Culture's right" %}" + <img alt="{% trans "Right to Culture" %}" src="{% static "img/logo.png" %}" /></a> </div> <div class="bar-right"> @@ -64,6 +65,9 @@ <h3><a href="{% url 'events' %}">{% trans "Upcoming events" %}</a></h3> {% events_box %} </div> + <div class="sidebar-box" style="text-align: center"> + <a href="/publikacje/Dzielenie-sie/"><img src="{% static 'img/aigrain.jpg' %}" alt="Publikacja: Philippe Aigrain, Dzielenie siÄ" /></a> + </div> <div id="sidebar-box-categories" class="sidebar-box"> {% categories 'topics' %} {% categories 'types' %} @@ -72,7 +76,7 @@ <a href="{% url 'migdal_main_feed' %}" title="RSS feed"> <img src="{% static 'img/rss.png' %}" alt="RSS feed" /></a> {% url 'migdal_main' as main_url %} - {% trans "Culture's right" as site_name %} + {% trans "Right to Culture" as site_name %} {% share main_url site_name "big" %} </div> <div class="sidebar-box"> @@ -103,6 +107,7 @@ Nr konta: 46 10201097 0000 7502 0001 6766 </p> <p class="footer-item"> + <a href="http://nowoczesnapolska.org.pl/prywatnosc/">Polityka prywatnoÅci i ciasteczka</a> <br/><br/> {% trans "If not explicitly stated otherwise, all texts are licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a> free license." %} </p>