add icon
This commit is contained in:
parent
e1ebe66806
commit
c719257857
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
{% extends "bootstrap/base.html" %}
|
||||
{% import "bootstrap/utils.html" as utils %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Prolefeeder{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue