use ico for favicons
This commit is contained in:
parent
c056ee3c8e
commit
56e0835b33
11 changed files with 4 additions and 19 deletions
|
@ -16,7 +16,7 @@
|
|||
{%- endif %}
|
||||
{%- endif %}
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="icon" href="clock.svg" type="image/svg+xml">
|
||||
<link rel="shortcut icon" href="static/clock.ico">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<link rel="stylesheet" href="/static/picocss/css/pico.min.css">
|
||||
</head>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<title>UofL Events</title>
|
||||
<meta name="description" content="Find events at the University of Louisville">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="icon" href="calendar.svg" type="image/svg+xml">
|
||||
<link rel="shortcut icon" href="static/calendar.ico">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<link rel="stylesheet" href="/static/picocss/css/pico.jade.min.css">
|
||||
</head>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta property="og:site_name" content="44live">
|
||||
<title>{{ day }} - 44live</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="icon" href="calendar.svg" type="image/svg+xml">
|
||||
<link rel="shortcut icon" href="static/calendar.ico">
|
||||
<link rel="stylesheet" href="/static/picocss/css/pico.min.css">
|
||||
<base target="_blank">
|
||||
<style>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta property="og:site_name" content="44live">
|
||||
<title>{{ data.space_name }}{{ " ("+data.building_name+")" if data.building_name }}</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="icon" href="location.svg" type="image/svg+xml">
|
||||
<link rel="shortcut icon" href="static/location.ico">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<link rel="stylesheet" href="/static/picocss/css/pico.min.css">
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue