aboutsummaryrefslogtreecommitdiffstats
path: root/templates/site
diff options
context:
space:
mode:
Diffstat (limited to 'templates/site')
-rw-r--r--templates/site/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/site/home.html b/templates/site/home.html
index 01d676e..46c1663 100644
--- a/templates/site/home.html
+++ b/templates/site/home.html
@@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% block content %}
-<p>Home</p>
+<center><p>Home</p></center>
{% endblock %}