comparison templates/sat_website/base.html @ 137:759f7cd2bc6a

fixes wrong use of Libervia static blog CSS
author souliane <souliane@mailoo.org>
date Tue, 08 Mar 2016 08:59:13 +0100
parents c56b6ad62153
children
comparison
equal deleted inserted replaced
136:c56b6ad62153 137:759f7cd2bc6a
27 <html lang="{{ LANGUAGE_CODE }}"> 27 <html lang="{{ LANGUAGE_CODE }}">
28 <head> 28 <head>
29 <meta charset="utf-8"> 29 <meta charset="utf-8">
30 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 30 <meta http-equiv="X-UA-Compatible" content="IE=edge">
31 <meta name="viewport" content="width=device-width, initial-scale=1"> 31 <meta name="viewport" content="width=device-width, initial-scale=1">
32 {% if category == "news" %}
33 <link rel="stylesheet" href="https://libervia.org/themes/default/styles/blog.css">
34 {% endif %}
32 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}"> 35 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}">
33 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap-theme.min.css" %}"> 36 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap-theme.min.css" %}">
34 <link rel="stylesheet" href="https://libervia.org/themes/default/styles/blog.css">
35 <link rel="stylesheet" href="{% static "css/sat_website.css" %}"> 37 <link rel="stylesheet" href="{% static "css/sat_website.css" %}">
36 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}"> 38 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}">
37 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title> 39 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title>
38 </head> 40 </head>
39 <body role="document"> 41 <body role="document">