diff --git a/static/favicons/favicon.svg b/static/favicons/favicon.svg new file mode 100644 index 0000000..aacd87f --- /dev/null +++ b/static/favicons/favicon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/templates/base.html b/templates/base.html index 39b79b6..06dc8cd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,11 @@ {% block title %}KeepItGoing{% endblock %} + + + + + {% block extra_css %}{% endblock %}