diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-31 16:25:52 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-31 16:25:52 +0200 |
commit | ed1a84416158c02effcc617772018a2e4c72c365 (patch) | |
tree | 3bc0d3cd20ba5fc242fce43c8d10981e411d857d | |
parent | e23397b366193009fcb38563ade900d49b8e434a (diff) | |
download | sousleciel.lol-ed1a84416158c02effcc617772018a2e4c72c365.tar.gz |
feat(templates): add bird favicon as placeholder
-rw-r--r-- | templates/default.head | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default.head b/templates/default.head index 98d1406..abaaf9d 100644 --- a/templates/default.head +++ b/templates/default.head @@ -1,6 +1,6 @@ <title>Sous le ciel</title> <link href="/styles/main.css" rel="stylesheet" type="text/css"> -<link rel="shortcut icon" type="image/jpg" href="/img/favicon.ico"/> +<link rel="shortcut icon" type="image/jpg" href="https://emojicdn.elk.sh/%F0%9F%95%8A%EF%B8%8F?style=google"/> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="googlebot" content="noindex"> @@ -8,4 +8,4 @@ <meta name="og:site_name" content="sousleciel.lol"> <meta name="og:type" content="website"> <meta name="og:description" content="Sous le ciel - artistes"> -<meta name="og:image" content="https://sousleciel.lol/img/favicon.io"> +<meta name="og:image" content="https://emojicdn.elk.sh/%F0%9F%95%8A%EF%B8%8F?style=google"> |