Fixed missing index.css

master
Keith Irwin 2017-08-22 19:39:58 -04:00
parent d011b31635
commit f754a7aabd
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% extends 'templates/base.html' %}
{% block javascript %}
{% block head %}
{{super()}}
<script type="application/javascript" src="/static/js/.index.bun.js"></script>
<link rel="stylesheet" type="text/css" href="/static/css/.index.min.css">
{% endblock %}
{% block main %}