diff options
Diffstat (limited to 'src/contact')
-rw-r--r-- | src/contact/index.html | 2 | ||||
-rw-r--r-- | src/contact/irc.html | 2 | ||||
-rw-r--r-- | src/contact/social.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/contact/index.html b/src/contact/index.html index 2a3978a..33a9461 100644 --- a/src/contact/index.html +++ b/src/contact/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Contact</title> <!-- Favicon --> - <link href="/assets/images/favicon.png" rel="shortcut icon"> + <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> diff --git a/src/contact/irc.html b/src/contact/irc.html index 3563b93..89629ec 100644 --- a/src/contact/irc.html +++ b/src/contact/irc.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | IRC Web Client</title> <!-- Favicon --> - <link href="/assets/images/favicon.png" rel="shortcut icon"> + <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> diff --git a/src/contact/social.html b/src/contact/social.html index d68f9d8..7c9e1a1 100644 --- a/src/contact/social.html +++ b/src/contact/social.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Social Media</title> <!-- Favicon --> - <link href="/assets/images/favicon.png" rel="shortcut icon"> + <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> |