diff 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
line wrap: on
line diff
--- a/templates/sat_website/base.html	Wed Dec 09 03:01:48 2015 +0100
+++ b/templates/sat_website/base.html	Thu Jan 14 23:39:43 2016 +0100
@@ -31,6 +31,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}">
     <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap-theme.min.css" %}">
+    <link rel="stylesheet" href="https://libervia.org/themes/default/styles/blog.css">
     <link rel="stylesheet" href="{% static "css/sat_website.css" %}">
     <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}">
     <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title>