diff options
author | 2018-02-21 12:06:43 +0000 | |
---|---|---|
committer | 2018-02-21 12:06:43 +0000 | |
commit | 46b18f441e547f7a690008a7125054bf44d96dda (patch) | |
tree | 14ff70c69cf4f6292b9b3330da9538e94e1eaff9 /templates/main/base.html | |
parent | Better pre-release warning on index (diff) |
Sample pushing dropbar nav
Diffstat (limited to 'templates/main/base.html')
-rw-r--r-- | templates/main/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main/base.html b/templates/main/base.html index a1372747..ead411c4 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -9,6 +9,7 @@ <script defer src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.39/js/uikit.min.js"></script> <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.39/css/uikit.min.css" /> + <link rel="stylesheet" href="/static/style.css" /> {% endblock %} </head> <body> |