aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-03-12 18:27:25 +0300
committerYaroslav <contact@yaroslavps.com>2020-03-12 18:27:25 +0300
commitf3908a51aa9654f7049a5a5f74f89439d076924e (patch)
tree83b7f7a721efda3ce5a049465e91725c0ad9fe32 /templates/index.html
parentda4917f8c673a16ba757b3b911cf5ce36895d74e (diff)
downloadyaroslavps.com-f3908a51aa9654f7049a5a5f74f89439d076924e.tar.gz
yaroslavps.com-f3908a51aa9654f7049a5a5f74f89439d076924e.zip
added fonts, fixed jinja indenting
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 0d9fb7c..4e009e3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block page %}
-<h2>Welcome to my site!</h2>
-<a href="/weblog">Go to weblog</a>
+ <h2>Welcome to my site!</h2>
+ <a href="/weblog">Go to weblog</a>
{% endblock %}