diff --git a/static/fonts/fontawesome-webfont.eot b/static/fonts/fontawesome-webfont.eot old mode 100755 new mode 100644 diff --git a/static/fonts/fontawesome-webfont.svg b/static/fonts/fontawesome-webfont.svg old mode 100755 new mode 100644 diff --git a/static/fonts/fontawesome-webfont.ttf b/static/fonts/fontawesome-webfont.ttf old mode 100755 new mode 100644 diff --git a/static/fonts/fontawesome-webfont.woff b/static/fonts/fontawesome-webfont.woff old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.eot b/static/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.svg b/static/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.ttf b/static/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.woff b/static/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..3a2a44a Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/templates/base_auth.html b/templates/base_auth.html index 0edc830..3b93924 100644 --- a/templates/base_auth.html +++ b/templates/base_auth.html @@ -3,7 +3,7 @@ - + {% block title %}PyDash - Authentication{% endblock %} diff --git a/templates/main.html b/templates/main.html index 31ac4e2..89797ca 100644 --- a/templates/main.html +++ b/templates/main.html @@ -4,6 +4,7 @@ + {% block title %}PyDash v{{ version }}{% endblock %}