fix: make favicon available in all languages

This commit is contained in:
Cyril MARPAUD
2023-03-15 10:16:42 +01:00
parent 604fc87f03
commit f87fe2d88d

View File

@ -10,7 +10,7 @@
<meta name="author" content="{{ author }}">
<meta name="description" content="{{ author }}'s landing page">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.svg">
<link rel="icon" href="{{ config.base_url }}/favicon.svg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-normalize/modern-normalize.min.css">
<link rel="stylesheet" type="text/css" href="{{ config.base_url }}/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">