summaryrefslogtreecommitdiff
path: root/project/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/about.html')
-rw-r--r--project/templates/about.html14
1 files changed, 6 insertions, 8 deletions
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 %}
<link href="/css/about.css" rel="stylesheet" />
-{% endblock %}
+{% endblock -%}
-{% block content %}
-
+{%- block content %}
<h4>About Me</h4>
<p>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.</p>
<p>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.</p>
-
-{% endblock %}
+{% endblock -%}