diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ee117c5d5fec581d6f6b140b16137a5c00df5891 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/artwork b/static/artwork index 4b9a08e78c18bf417a945c9cb0cf86a6de1a423f..7c909a5d8483f483529a52fdcb691589a625d75f 160000 --- a/static/artwork +++ b/static/artwork @@ -1 +1 @@ -Subproject commit 4b9a08e78c18bf417a945c9cb0cf86a6de1a423f +Subproject commit 7c909a5d8483f483529a52fdcb691589a625d75f diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..70442a5304d0de127d6ed0b17a1b4cb0e5f230fa Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/base.html b/templates/base.html index 922e8036fac22b875799edd5493e6669af2e6e92..bb9257eb249817cc7cee0f845c9d8159866cd7ab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,10 @@ {% endif %} {% endblock %} + <link rel="icon" href="{{ get_url(path="favicon.ico") }}" sizes="48x48" /> + <link rel="icon" href="{{ get_url(path="artwork/teckids_logo_favicon.svg") }}" sizes="any" type="image/svg+xml" /> + <link rel="apple-touch-icon" href="{{ get_url(path="apple-touch-icon.png") }}" /> + <link rel="stylesheet" href="{{ get_url(path="fonts/roboto/index.css") }}" /> <link rel="stylesheet" href="{{ get_url(path="fonts/font-awesome/css/all.css") }}" /> <link rel="stylesheet" href="{{ get_url(path="style.css") }}" />