about summary refs log tree commit diff
path: root/templates/orphan.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/orphan.html')
-rw-r--r--templates/orphan.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/orphan.html b/templates/orphan.html
index 2469ecf..020c8a6 100644
--- a/templates/orphan.html
+++ b/templates/orphan.html
@@ -4,7 +4,8 @@
 
 {% block content -%}
 <main>
-<h1>{{- page.title -}}</h1>
-{{ page.content | safe -}}
+  <h1>{{- page.title -}}</h1>
+
+  {{ page.content | safe -}}
 </main>
 {%- endblock content -%}