summaryrefslogtreecommitdiff
path: root/project/templates/sunset.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-24 08:24:10 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-24 08:24:10 +1300
commit03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 (patch)
treef37ee253eeb9fd5345480f68d6aa6b72894223a4 /project/templates/sunset.html
parent61c0c3795c2a6684c6917a79da7911de7a9c346a (diff)
Fixed spacing issues
Diffstat (limited to 'project/templates/sunset.html')
-rw-r--r--project/templates/sunset.html10
1 files changed, 4 insertions, 6 deletions
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 %}
<h4>Sunset License</h4>
<p>Git repository: <a href="/cgi-bin/cgit.cgi/sunset">Link</a></p>
@@ -59,7 +58,6 @@ may do whatever you want with it, regardless of all other clauses.
<p>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.</p>
-
-{% endblock %}
+{% endblock -%}