diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..02d5c52 Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/base.html b/templates/base.html index 6b24e20..2ed9de5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,11 @@ {% extends "bootstrap/base.html" %} {% import "bootstrap/utils.html" as utils %} +{% block head %} + {{ super() }} + +{% endblock %} + {% block title %}Prolefeeder{% endblock %} {% block content %}