summaryrefslogtreecommitdiff
path: root/common/header.j2.inc
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-27 23:48:54 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-27 23:48:54 +0100
commit130013dfe68e977decc0f82c30b673b4a4abb593 (patch)
tree996df5c9fa4fba99e331e24c7a76570eda2b9b84 /common/header.j2.inc
parent4e6b3872a076e5dec957ecba0ea19a103ed09279 (diff)
downloadwww-130013dfe68e977decc0f82c30b673b4a4abb593.tar.gz
www-130013dfe68e977decc0f82c30b673b4a4abb593.tar.bz2
www-130013dfe68e977decc0f82c30b673b4a4abb593.zip
Added fontawesome free
Diffstat (limited to 'common/header.j2.inc')
-rw-r--r--common/header.j2.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index e096e479..00ed5fd4 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -48,6 +48,9 @@
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link href="{{ url_dist('bootstrap/bootstrap.min.css') }}" rel="stylesheet">
+ <!-- One file includes all the Font Awesome Pro icons and utilities -->
+ <link href="{{ url_dist('fontawesome/css/all.min.css') }}" rel="stylesheet">
+
<!-- Custom styles for this template -->
<link href="{{ url_static('styles.css') }}" rel="stylesheet">
@@ -59,4 +62,4 @@
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
- <link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('rss.xml') }}" />
+ <link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('rss.xml') }}">