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/about.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'project/templates/about.html') diff --git a/project/templates/about.html b/project/templates/about.html index bd2f3e9..723c530 100644 --- a/project/templates/about.html +++ b/project/templates/about.html @@ -1,20 +1,19 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}About{% endblock %} +{%- block title -%}About{%- endblock -%} -{% block style %} +{%- block style %} -{% endblock %} +{% endblock -%} -{% block content %} - +{%- block content %}

About Me

Does the massive gap between what is known and what is mainstream bother anyone else? It bothers @@ -68,7 +67,6 @@ your browser cannot handle those standards, tough. Get a better web browser.

This website will never require any form of Javascript for optimal viewing. The use of Turing-complete client side scripting in web browsers is an abomination.

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