diff options
author | Zach van Rijn <me@zv.io> | 2021-07-14 09:41:34 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-14 09:41:34 -0500 |
commit | b3dbab9c8d40b1751c025e829bd80d658e2551cc (patch) | |
tree | f7ab48ba8630c4cf406f68ab6be8497e3b946b0c /src | |
parent | d06e996f1c89b22af3b7d3e1e581e070feb4b349 (diff) | |
download | site-ng-b3dbab9c8d40b1751c025e829bd80d658e2551cc.tar.gz site-ng-b3dbab9c8d40b1751c025e829bd80d658e2551cc.tar.bz2 site-ng-b3dbab9c8d40b1751c025e829bd80d658e2551cc.tar.xz site-ng-b3dbab9c8d40b1751c025e829bd80d658e2551cc.zip |
Replace favicon with generated icon.
Diffstat (limited to 'src')
-rw-r--r-- | src/about/index.html | 2 | ||||
-rw-r--r-- | src/contact/index.html | 2 | ||||
-rw-r--r-- | src/contact/irc.html | 2 | ||||
-rw-r--r-- | src/contact/social.html | 2 | ||||
-rw-r--r-- | src/contribute/donate.html | 2 | ||||
-rw-r--r-- | src/contribute/index.html | 2 | ||||
-rw-r--r-- | src/desktop/index.html | 2 | ||||
-rw-r--r-- | src/download/index.html | 2 | ||||
-rw-r--r-- | src/enterprise/index.html | 2 | ||||
-rw-r--r-- | src/faq/index.html | 2 | ||||
-rw-r--r-- | src/hpc/index.html | 2 | ||||
-rw-r--r-- | src/index.html | 2 | ||||
-rw-r--r-- | src/legal/privacy.html | 2 | ||||
-rw-r--r-- | src/mirrors/index.html | 2 | ||||
-rw-r--r-- | src/publications/index.html | 2 | ||||
-rw-r--r-- | src/quickstart/index.html | 2 | ||||
-rw-r--r-- | src/screenshots/index.html | 2 | ||||
-rw-r--r-- | src/servers/index.html | 2 | ||||
-rw-r--r-- | src/standards/index.html | 2 | ||||
-rw-r--r-- | src/students/index.html | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/src/about/index.html b/src/about/index.html index 2bd3afb..4846ad7 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | About</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/index.html b/src/contact/index.html index 2455aa1..f3dca9d 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/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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 89629ec..013f755 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/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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 4bb774f..61374e7 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/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/contribute/donate.html b/src/contribute/donate.html index 355f887..edab26c 100644 --- a/src/contribute/donate.html +++ b/src/contribute/donate.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/contribute/index.html b/src/contribute/index.html index 3041677..f19b1eb 100644 --- a/src/contribute/index.html +++ b/src/contribute/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Donate</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/desktop/index.html b/src/desktop/index.html index d038535..16785cd 100644 --- a/src/desktop/index.html +++ b/src/desktop/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Desktop</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/download/index.html b/src/download/index.html index 8452873..7ba82d5 100644 --- a/src/download/index.html +++ b/src/download/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Download</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/enterprise/index.html b/src/enterprise/index.html index ac62c3b..b733b7f 100644 --- a/src/enterprise/index.html +++ b/src/enterprise/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Enterprise</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/faq/index.html b/src/faq/index.html index 1a47aa8..f93245a 100644 --- a/src/faq/index.html +++ b/src/faq/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Frequently Asked Questions</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/hpc/index.html b/src/hpc/index.html index adc963f..402be1b 100644 --- a/src/hpc/index.html +++ b/src/hpc/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/index.html b/src/index.html index 7914902..726280f 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Welcome</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/legal/privacy.html b/src/legal/privacy.html index 6d5658d..f39d9b5 100644 --- a/src/legal/privacy.html +++ b/src/legal/privacy.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Donate</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/mirrors/index.html b/src/mirrors/index.html index 2fbc664..aa424c9 100644 --- a/src/mirrors/index.html +++ b/src/mirrors/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Mirrors</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/publications/index.html b/src/publications/index.html index adc963f..402be1b 100644 --- a/src/publications/index.html +++ b/src/publications/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/quickstart/index.html b/src/quickstart/index.html index 3fcc9e3..145ffa8 100644 --- a/src/quickstart/index.html +++ b/src/quickstart/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Quick Start Guides</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/screenshots/index.html b/src/screenshots/index.html index 8b48c37..274b778 100644 --- a/src/screenshots/index.html +++ b/src/screenshots/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Screenshots</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/servers/index.html b/src/servers/index.html index b50fefa..fcc103a 100644 --- a/src/servers/index.html +++ b/src/servers/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Servers</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/standards/index.html b/src/standards/index.html index 62ad783..3ef2b4c 100644 --- a/src/standards/index.html +++ b/src/standards/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Adélie Linux | Community Standards</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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/students/index.html b/src/students/index.html index adc963f..402be1b 100644 --- a/src/students/index.html +++ b/src/students/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> + <link href="/assets/images/icons/gen_polyguin_color_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"> |