more style.css into a static/css/ directory
This commit is contained in:
parent
b2d34bf658
commit
438cc08edc
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user