diff --git a/static/css/main.css b/static/css/main.css index 087b118..db280c1 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -67,4 +67,8 @@ a { img { border-radius: 4px; width: 100%; -} \ No newline at end of file +} + +.tc { + text-align: center; +} diff --git a/templates/index.html b/templates/index.html index 6f2f310..908407c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@ -

Unless noted otherwise, all work on this website is licenced under CC0

+

Unless noted otherwise, all work on this website is licenced under CC0

diff --git a/templates/page.html b/templates/page.html index 0332a31..2efa837 100644 --- a/templates/page.html +++ b/templates/page.html @@ -10,7 +10,7 @@
{% include "nav.html" %} -

{{page.title}}

+

{{page.title}}

Written {{page.day}}.{{page.month}}.{{page.year}}

{{page.content|safe}}