diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..8f67463 Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/base.html b/templates/base.html index fab11b8..6e380e5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,6 +2,12 @@ {% block title %}Flasky{% endblock %} +{% block head %} +{{ super() }} + + +{% endblock %} + {% block navbar %}