Added favicon.ico
Photo by David Selbert : https://www.pexels.com/photo/small-eurasian-blue-tit-sitting-on-branch-of-tree-6467931/
This commit is contained in:
parent
dda864a92e
commit
0d55022ba8
|
@ -38,7 +38,6 @@ def homepage():
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logged_in=False
|
logged_in=False
|
||||||
userdata=()
|
userdata=()
|
||||||
|
|
||||||
archives=db.get_n_archives()
|
archives=db.get_n_archives()
|
||||||
return render_template("home.html", title="Homepage",userdata=userdata,login=logged_in,archives=archives)
|
return render_template("home.html", title="Homepage",userdata=userdata,login=logged_in,archives=archives)
|
||||||
|
|
||||||
|
|
BIN
flask/static/favicon.ico
Normal file
BIN
flask/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
||||||
<link rel="stylesheet" href="/static/base.css" />
|
<link rel="stylesheet" href="/static/base.css" />
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue