diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
| commit | 90485ed40e0a3c31e4071bec9eeb26257f7db690 (patch) | |
| tree | 0d9476da91b3e95ae35f1e74b7d226e5f4d9bb2a /app/templates/base.html | |
| parent | Add a usage note for the graph (diff) | |
| download | AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.tar.gz AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.zip | |
Reorganise static folder
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index eec1fc2..d798d56 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -4,7 +4,7 @@ {% block styles %} {{ super() }} <link rel="stylesheet" href="{{ url_for('static', filename='css/global.css') }}"> - <link rel="stylesheet" href="{{ url_for('static', filename='sticky_footer.css') }}"> + <link rel="stylesheet" href="{{ url_for('static', filename='css/footer.css') }}"> {% endblock %} {% block title %} |
