diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-24 08:24:10 +1300 |
commit | 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 (patch) | |
tree | f37ee253eeb9fd5345480f68d6aa6b72894223a4 /project/templates/links.html | |
parent | 61c0c3795c2a6684c6917a79da7911de7a9c346a (diff) |
Fixed spacing issues
Diffstat (limited to 'project/templates/links.html')
-rw-r--r-- | project/templates/links.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/project/templates/links.html b/project/templates/links.html index c7640f5..3b4d4bf 100644 --- a/project/templates/links.html +++ b/project/templates/links.html @@ -1,20 +1,19 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}Links{% endblock %} +{%- block title -%}Links{%- endblock -%} -{% block style %} +{%- block style %} <link href="/css/links.css" rel="stylesheet" /> -{% endblock %} +{% endblock -%} -{% block content %} - +{%- block content %} <h4>Links</h4> <p>These are some of the websites that found their way into my bookmarks over the years. Quite a @@ -387,7 +386,6 @@ prefer to discover these things for myself.</p> </div> </div> </div> - -{% endblock %} +{% endblock -%} |