diff options
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 %} |