about summary refs log tree commit diff
path: root/templates/orphan.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-22 12:58:12 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-22 12:58:12 -0700
commit6a20b0c18e5093219ae9393f3864354c46bb05cf (patch)
tree4cad4c335d7681a4d64876ef56c51cad4ce74783 /templates/orphan.html
parentrestructure a bit the index (diff)
downloadfcuny.net-6a20b0c18e5093219ae9393f3864354c46bb05cf.tar.gz
add a menu and improve readability
Add a menu with links to some sections. Tweak the CSS to make the
website a bit more readable.
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 -%}