about summary refs log tree commit diff stats
path: root/templates/index.html
diff options
context:
space:
mode:
authorAlan Pearce2023-04-26 09:44:39 +0200
committerAlan Pearce2023-04-26 09:44:39 +0200
commite49ccd9086d7fb4e7bbb12b95a3cf5ba25d3ad2c (patch)
treefcf297c445c2d8f600c35406e1039d99cba31289 /templates/index.html
parent7d587bf63e3a404982c082e5c9ad63daceeac61f (diff)
downloadwebsite-e49ccd9086d7fb4e7bbb12b95a3cf5ba25d3ad2c.tar.lz
website-e49ccd9086d7fb4e7bbb12b95a3cf5ba25d3ad2c.tar.zst
website-e49ccd9086d7fb4e7bbb12b95a3cf5ba25d3ad2c.zip
Use div instead of section when no heading is needed
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 694fbe9..f84b87e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,9 +5,9 @@
 {% block title_class %} p-name fn{% endblock %}
 
 {% block main %}
-  <section>
+  <div>
     {{ section.content | safe }}
-  </section>
+  </div>
   <section>
     <h2>Latest Posts</h2>
     <ul class="h-feed">