hugo-theme-termlite/layouts/_default/list.html
Eryn Wells 8b834f8eab Move the <main> element inside the "main" template block
Do this so each template can set the class of the main block according to what
kind of template it is.
2024-07-23 08:45:26 -07:00

4 lines
68 B
HTML

{{ define "main" }}
<main class="main--list">
</main>
{{ end }}