From 64db3f091544ae39e5d7a4088229845fd264bac0 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Wed, 3 Apr 2024 11:24:30 +0200 Subject: [PATCH] Add the SWIFT logo as an icon --- images/favicon.ico | Bin 0 -> 1150 bytes templates/base.html | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 images/favicon.ico diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..986d7481b3d71d65c8b776a994e5fe35703e440b GIT binary patch literal 1150 zcmZQzU}Ruq5D);-3Je)63=Con3=A3!3=9Gc3=9ek5OD?&U}0cL;D=xk7li*40lt6# zPJ}AlN|r2H^8fPX%eWN~keN7f;(tFszyF^<e<q+3yY$|@d;fEDbN}z}@5ioyfau-3 zcmK=E%KleYR{jrS6HtyJ4RW`YmDPU+1_qpN`1$iE*zB`s&w^<XA7&6J{9*b%JUsp* z%fZxu=(lg*{y%l<)c<MIru{D}D*C^8@#6n4UcC6fef#$Rf`Woz`?a;T|AW+l)FWe% z9apbj1*-+=kBN!-9~l|>|M20%a5J;Avi|4h<`NYTAUA^S0lBBOwG|%!ATd(H5ELFD zw}WtUax&PQTeof@I~^w*<fpW>G_b!xVGjyBko`C{AW4AY3>1bSeIN|dORT-1Fb9Pn w3k%DC9UUEToD*v=DBL<aI{t(7gYwO@XU~vaMVJZF53--IN{9+j89)gJ00uRb6951J literal 0 HcmV?d00001 diff --git a/templates/base.html b/templates/base.html index 3b26940..ccc27a6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,8 @@ <link href='stylesheet.css' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> + <link rel="icon" href="favicon.ico" type="image/x-icon"> + {% block stylesheets %}{% endblock %} <title>{% block title %}Welcome{% endblock %} | SWIFT</title> -- GitLab