aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/base.html
diff options
context:
space:
mode:
authorGravatar ByteCommander <[email protected]>2019-10-08 15:37:21 +0200
committerGravatar ByteCommander <[email protected]>2019-10-08 15:41:03 +0200
commit7136018c73028142193c00c19ddf69ea3d602d5a (patch)
tree48ef776b375dc725bf52a9e04b5e6eaec45b1c37 /pydis_site/templates/base/base.html
parentdisable usage of pyuwsgi on windows due to incompatibility, library is only u... (diff)
Add favicons; workaround for gitattributes
Diffstat (limited to 'pydis_site/templates/base/base.html')
-rw-r--r--pydis_site/templates/base/base.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index a419521c..6a0da0ae 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -11,6 +11,19 @@
<meta name="description"
content="{% block meta-description %}We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.{% endblock %}">
+ {# Generated with https://realfavicongenerator.net/ #}
+ <link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png?v=8jMYXa7g8e">
+ <link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png?v=8jMYXa7g8e">
+ <link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png?v=8jMYXa7g8e">
+ <link rel="manifest" href="/static/favicons/site.webmanifest?v=8jMYXa7g8e">
+ <link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg?v=8jMYXa7g8e" color="#7289da">
+ <link rel="shortcut icon" href="/static/favicons/favicon.ico?v=8jMYXa7g8e">
+ <meta name="apple-mobile-web-app-title" content="Python Discord">
+ <meta name="application-name" content="Python Discord">
+ <meta name="msapplication-TileColor" content="#da532c">
+ <meta name="msapplication-config" content="/static/favicons/browserconfig.xml?v=8jMYXa7g8e">
+ <meta name="theme-color" content="#ffffff">
+
<title>Python Discord | {% block title %}Website{% endblock %}</title>
{% bulma %}