diff options
author | 2019-10-11 23:31:15 +0200 | |
---|---|---|
committer | 2019-10-11 23:31:15 +0200 | |
commit | 70fbbf674e78cdfed51aed97198e2b329fafb168 (patch) | |
tree | 0178dd00fa8f052b6610f734bbfecc61e5012e35 /pydis_site/templates | |
parent | Merge branch 'tizzysaurus_landing_page_text' of github.com:python-discord/sit... (diff) | |
parent | Merge pull request #281 from python-discord/simple-admin-log-entry-view (diff) |
Merge branch 'master' into tizzysaurus_landing_page_text
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/base/base.html | 13 |
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 %} |