From 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 24 Nov 2021 08:24:10 +1300 Subject: Fixed spacing issues --- project/templates/links.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'project/templates/links.html') 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 %} -{% endblock %} +{% endblock -%} -{% block content %} - +{%- block content %}

Links

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.

- -{% endblock %} +{% endblock -%} -- cgit