Browse Source

Add a better favicon.ico

pull/795/head
Coder256 10 years ago
parent
commit
34678f4b7f
  1. 2
      website/templates/base.html

2
website/templates/base.html

@ -26,7 +26,7 @@
meta name="viewport" content="initial-scale=1,width=device-width" meta name="viewport" content="initial-scale=1,width=device-width"
someone needs to go through Blueline and fix the small viewport CSS details before we can turn this on. someone needs to go through Blueline and fix the small viewport CSS details before we can turn this on.
--> -->
<link rel="shortcut icon" href="//cdn.knightlab.com/libs/blueline/latest/assets/logos/favicon.ico"> <link rel="shortcut icon" href="//cdn.knightlab.com/favicon.ico">
<link href="//cloud.webtype.com/css/d4767ecb-457a-4677-8761-72f890add836.css" rel="stylesheet" type="text/css"> <link href="//cloud.webtype.com/css/d4767ecb-457a-4677-8761-72f890add836.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdn.knightlab.com/libs/blueline/latest/css/blueline.min.css"> <link rel="stylesheet" href="//cdn.knightlab.com/libs/blueline/latest/css/blueline.min.css">
<link rel="stylesheet" type="text/css" href="{{ static_url }}/css/site.css"> <link rel="stylesheet" type="text/css" href="{{ static_url }}/css/site.css">

Loading…
Cancel
Save