aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 4e009e3..64bea0c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block page %}
- <h2>Welcome to my site!</h2>
- <a href="/weblog">Go to weblog</a>
+ <div class="landing-page-container">
+ <h2>Welcome to my site!</h2>
+ <a href="/weblog">Go to weblog</a>
+ </div>
{% endblock %}