Use div instead of section when no heading is needed
Alan Pearce alan@alanpearce.eu
Wed, 26 Apr 2023 09:44:39 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M templates/index.html → 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">