add some basic styling to the entire site
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<!doctype html>
|
||||
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<section class="content">
|
||||
{{ content }}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user