more style.css into a static/css/ directory

This commit is contained in:
Brian S. Stephan 2020-03-07 17:26:32 -06:00
parent b2d34bf658
commit 438cc08edc
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<!doctype html>
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<section class="content">
{{ content }}
</section>