comparison templates/sat_website/base.html @ 136:c56b6ad62153

add section News with the official news feed
author souliane <souliane@mailoo.org>
date Thu, 14 Jan 2016 23:39:43 +0100
parents 1bdb78a21647
children 759f7cd2bc6a
comparison
equal deleted inserted replaced
135:b61cb60a8eb2 136:c56b6ad62153
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 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}"> 32 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}">
33 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap-theme.min.css" %}"> 33 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap-theme.min.css" %}">
34 <link rel="stylesheet" href="https://libervia.org/themes/default/styles/blog.css">
34 <link rel="stylesheet" href="{% static "css/sat_website.css" %}"> 35 <link rel="stylesheet" href="{% static "css/sat_website.css" %}">
35 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}"> 36 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}">
36 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title> 37 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title>
37 </head> 38 </head>
38 <body role="document"> 39 <body role="document">