diff --git a/theme/layout.html b/theme/layout.html index 4c10e83ab..958f92995 100644 --- a/theme/layout.html +++ b/theme/layout.html @@ -16,6 +16,12 @@ + + + + + + {%- for cssfile in css_files %} {%- endfor %} diff --git a/theme/static/images/favicon-192x192.png b/theme/static/images/favicon-192x192.png new file mode 100644 index 000000000..83610888b Binary files /dev/null and b/theme/static/images/favicon-192x192.png differ diff --git a/theme/static/images/favicon-32x32.png b/theme/static/images/favicon-32x32.png new file mode 100644 index 000000000..810977286 Binary files /dev/null and b/theme/static/images/favicon-32x32.png differ diff --git a/theme/static/images/favicon-96x96.png b/theme/static/images/favicon-96x96.png new file mode 100644 index 000000000..c6c5eaf33 Binary files /dev/null and b/theme/static/images/favicon-96x96.png differ diff --git a/theme/static/images/favicon.ico b/theme/static/images/favicon.ico new file mode 100644 index 000000000..b561c0621 Binary files /dev/null and b/theme/static/images/favicon.ico differ diff --git a/theme/static/images/favicon.svg b/theme/static/images/favicon.svg new file mode 100644 index 000000000..4322c79de --- /dev/null +++ b/theme/static/images/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file