diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-03-12 18:27:25 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-03-12 18:27:25 +0300 |
commit | f3908a51aa9654f7049a5a5f74f89439d076924e (patch) | |
tree | 83b7f7a721efda3ce5a049465e91725c0ad9fe32 /templates/index.html | |
parent | da4917f8c673a16ba757b3b911cf5ce36895d74e (diff) | |
download | yaroslavps.com-f3908a51aa9654f7049a5a5f74f89439d076924e.tar.gz yaroslavps.com-f3908a51aa9654f7049a5a5f74f89439d076924e.zip |
added fonts, fixed jinja indenting
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
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 %} |