chore: stop using the table of contents

This commit is contained in:
2025-08-04 10:28:02 +01:00
parent f2d3437701
commit 0fe5f2ef50
2 changed files with 14 additions and 26 deletions
-6
View File
@@ -1,9 +1,3 @@
main #container {
display: grid;
grid-template-columns: auto minmax(15rem, 20rem);
column-gap: 2rem;
}
main #metadata { main #metadata {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
-6
View File
@@ -5,8 +5,6 @@
{{ end }} {{ end }}
{{ define "main" }} {{ define "main" }}
<div id="container">
<div>
{{ partial "breadcrumb.html" . }} {{ partial "breadcrumb.html" . }}
<section id="metadata"> <section id="metadata">
@@ -22,8 +20,4 @@
{{ .Content }} {{ .Content }}
</div> </div>
</section> </section>
</div>
{{ partial "table-of-contents.html" . }}
</div>
{{ end }} {{ end }}