X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/151ce2b12c8d669837e0b50b06e9828574bbb7cc..6e102eb7360b2c7df5a8565486e3428e6ccf2ab8:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index adcdaf73e..d9eaee5e8 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -4,12 +4,12 @@ {% load i18n chunks compressed catalogue_tags sponsor_tags %} <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> - <meta http-equiv="Content-Style-Type" content="text/css"> + <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="description" - content="{% block metadescription %}Darmowe opracowane, peÅne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" > + content="{% block metadescription %}Darmowe opracowane, peÅne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" /> <title>{% block title %}WolneLektury.pl{% endblock %}</title> <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" /> - <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml"> + <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml" /> {% compressed_css "all" %} <script type="text/javascript">var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";</script> {% compressed_js "jquery" %}