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/sydneyrail.html | |
parent | 61c0c3795c2a6684c6917a79da7911de7a9c346a (diff) |
Fixed spacing issues
Diffstat (limited to 'project/templates/sydneyrail.html')
-rw-r--r-- | project/templates/sydneyrail.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/project/templates/sydneyrail.html b/project/templates/sydneyrail.html index 7c12117..a2959cf 100644 --- a/project/templates/sydneyrail.html +++ b/project/templates/sydneyrail.html @@ -1,14 +1,13 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}Sydney Rail Maps{% endblock %} +{%- block title -%}Sydney Rail Maps{%- endblock -%} -{% block content %} - +{%- block content %} <h4>Sydney Rail Maps</h4> <p>Git repository: <a href="/cgi-bin/cgit.cgi/rail-maps">Link</a></p> @@ -156,7 +155,6 @@ the distortions necessary for the clean schematic lines expected of such maps.</ <p>At some point I would like to go back and make a map that includes some of the mentioned unmapped features. Although at that point it may be more practical to use computational routing methods.</p> - -{% endblock %} +{% endblock -%} |