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