Initial version.
[static.git] / layout / base.j2
index 25fcaf4..c501462 100644 (file)
@@ -1,5 +1,5 @@
 {% macro site_name() -%}
-    Scenariusze przyszłości obiegu kultury
+    Krótki kurs własności intelektualnej
 {%- endmacro -%}
 
 {%- macro title() -%}
@@ -10,7 +10,9 @@
     <head>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <title>{% block full_title %}{{ title() }} | {{ site_name() }}{% endblock %}</title>
-       <link rel="shortcut icon" type="image/png" href="{{ media_url("images/favicon.png") }}" />
+       <!--link rel="shortcut icon" type="image/png" href="{{ media_url("images/favicon.png") }}" /-->
+       <link rel="shortcut icon" type="image/png" href="/static/img/favicon.png" />
+       <link rel="stylesheet" type="text/css" href="{{ media_url("css/book_text.css") }}" />
        <link rel="stylesheet" type="text/css" href="{{ media_url("css/base.css") }}" />
 
         <meta charset="UTF-8" />
         <meta property='og:site_name' content='{{ site_name() }}' />
         <meta property='og:description' content='{% block og_description %}{% endblock %}' />
         <meta property='og:type' content='{% block og_type %}website{% endblock %}' />
-        <meta property='og:image' content='{% block og_image %}{{ domain }}{{ media_url("images/roza.png") }}{% endblock %}' />
+        <meta property='og:image' content='{% block og_image %}{{ domain }}{{ media_url("images/okladka.jpg") }}{% endblock %}' />
         <meta property='og:locale' content='pl_PL' />
     </head>
-    <body>
+    <body id="{% block bodyid %}base{% endblock %}"><div id="body">
         {% block body %}
 
         {% endblock %}
@@ -32,5 +34,5 @@
         </footer>
 
         {% include "piwik.j2" %}
-    </body>
+    </div></body>
 </html>