try to unify css; experimental accessibility feature for margin/side note

This commit is contained in:
loikein 2023-04-15 15:32:38 +01:00
commit 443634c2f6
5 changed files with 185 additions and 25 deletions
layouts/_default

View file

@ -5,13 +5,11 @@
*/}}
{{ define "main" }}
<div id="layout" class="pure-g">
<article class="pure-u-1">
<article id="main">
{{ partial "content.header.html" . }}
{{ partial "toc.html" . }}
<section>{{ .Content }}</section>
<section>{{ partial "footer.html" . }}</section>
<section>{{ partial "nav.html" . }}</section>
</article>
</div>
{{ end }}