diff options
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index d37d4f5..205671b 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -16,13 +16,12 @@ <link href="{% static "bower_components/bootstrap/dist/css/bootstrap.min.css" %}" rel="stylesheet"> - <!-- MetisMenu CSS --> - <link href="{% static "bower_components/metisMenu/dist/metisMenu.min.css" %}" rel="stylesheet"> - <!-- Custom Fonts --> <link href="{% static "bower_components/Font-Awesome/css/all.min.css" %}" rel="stylesheet" type="text/css"> + <link href="{% static "css/base.css" %}" rel="stylesheet"> + <!-- Favicon --> <link rel="shortcut icon" href="{% static 'favicon.ico' %}"> <script src="https://code.jquery.com/jquery-2.2.4.min.js" |