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/sunset.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'project/templates/sunset.html') diff --git a/project/templates/sunset.html b/project/templates/sunset.html index 74955a8..bfad239 100644 --- a/project/templates/sunset.html +++ b/project/templates/sunset.html @@ -1,14 +1,13 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}Sunset License{% endblock %} +{%- block title -%}Sunset License{%- endblock -%} -{% block content %} - +{%- block content %}

Sunset License

Git repository: Link

@@ -59,7 +58,6 @@ may do whatever you want with it, regardless of all other clauses.

The git repository also contains an accompanying rationale and a simple logo I threw together. In the future, all my projects will either use this license or the Unlicense. Works I've already created will be relicensed as appropriate.

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