aboutsummaryrefslogtreecommitdiff
path: root/common/header.j2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/header.j2.inc')
-rw-r--r--common/header.j2.inc11
1 files changed, 8 insertions, 3 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index 3e7a7274..c7cd0e5d 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -38,11 +38,11 @@
38 <!-- Bootstrap core CSS --> 38 <!-- Bootstrap core CSS -->
39 <link href="{{ url('dist/css/bootstrap.min.css') }}" rel="stylesheet"> 39 <link href="{{ url('dist/css/bootstrap.min.css') }}" rel="stylesheet">
40 <!-- Custom styles for this template --> 40 <!-- Custom styles for this template -->
41 <link href="{{ url('styles.css') }}" rel="stylesheet"> 41 <link href="{{ url('static/styles.css') }}" rel="stylesheet">
42 42
43 <script src="{{ url('dist/js/jquery-1.11.1.min.js') }}"></script> 43 <script src="{{ url('dist/js/jquery-1.11.1.min.js') }}"></script>
44 <script src="{{ url('dist/js/bootstrap.min.js') }}"></script> 44 <script src="{{ url('dist/js/bootstrap.min.js') }}"></script>
45 <link href="{{ url('navbar.css') }}" rel="stylesheet"> 45 <link href="{{ url('static/navbar.css') }}" rel="stylesheet">
46 46
47 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> 47 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
48 <!--[if lt IE 9]> 48 <!--[if lt IE 9]>
@@ -50,4 +50,9 @@
50 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> 50 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
51 <![endif]--> 51 <![endif]-->
52 <!-- font awesome, for team page --> 52 <!-- font awesome, for team page -->
53 <link href="{{ url('dist/font-awesome/css/all.css') }}" rel="stylesheet"> \ No newline at end of file 53 <link href="{{ url('dist/font-awesome/css/all.css') }}" rel="stylesheet">
54
55 <!-- rss and atom, WIP
56 <link rel="alternate" type="application/rss+xml" href="{{ url('feed.rss') }} title="RSS feed for gnunet.org">
57 <link rel="alternate" type="application/atom+xml" href="{{ url('feed.atom') }} title="Atom feed for gnunet.org">
58 -->