summaryrefslogtreecommitdiff
path: root/common/header.j2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/header.j2.inc')
-rw-r--r--common/header.j2.inc25
1 files changed, 20 insertions, 5 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index fac1d5c..331ec0c 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -31,11 +31,26 @@
<link rel="alternate" hreflang="es" href="{{ self_localized('es') }}" />
<link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />
-->
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="description" content="">
<meta name="author" content="">
- <!-- Custom styles for this template -->
- <link href="{{ url_static('styles.css') }}" rel="stylesheet">
- <link href="{{ url_static('fontawesome/css/all.css')}}" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
+ <!-- Bootstrap core CSS -->
+ <link href="{{ url_static('css/bootstrap.css') }}" rel="stylesheet">
+ <link href="{{ url_static('css/fonts.css') }}" rel="stylesheet">
+ <link href="{{ url_static('css/doc.css') }}" rel="stylesheet">
+ <link href="{{ url_static('css/font-awesome.css') }}" rel="stylesheet">
+ <link href="{{ url_static('css/polyglot-language-switcher.css') }}" type="text/css" rel="stylesheet">
+ <link href="{{ url_static('css/owl.carousel.css') }}" rel="stylesheet">
+ <link href="{{ url_static('css/owl.theme.default.css') }}" rel="stylesheet">
+
+ <!-- Bootstrap core JavaScript -->
+ <script src="{{ url_static('js/jquerymin.js') }}"></script>
+ <script src="{{ url_static('js/bootstrap.js') }}"></script>
+ <script src="{{ url_static('js/carouselscript.js') }}"></script>
+ <script src="{{ url_static('js/jquery.polyglot.language.switcher.js') }}"></script>
+ <script src="{{ url_static('js/owl.carousel.js') }}"></script>
+