diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1b41e99..8f8ae7a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,13 +5,13 @@ {{ block "title" . }} {{ .Site.Title }} {{ end }} - - + +
- - + + {{ .Site.Title }} diff --git a/layouts/index.html b/layouts/index.html index dc8b519..7c7bbc1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,18 +3,18 @@ Hackmeeting 2019 - + - +
- +

{{ .Title }}

{{ .Params.when }}

{{ .Params.where }}

diff --git a/layouts/yearhome/section.html b/layouts/yearhome/section.html index 0e36a69..0237293 100644 --- a/layouts/yearhome/section.html +++ b/layouts/yearhome/section.html @@ -1,11 +1,6 @@ {{ define "main" }} {{ .TableOfContents }} {{ .Content }} - - {{ range .Pages }} - {{ partial "nodo" . }} - {{ .Render "li" }} - {{ end }} {{ end }} {{ define "sidebar_menu" }} diff --git a/static/css/base.css b/static/css/base.css index d28e60c..542623e 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -3,6 +3,7 @@ body { gap: 0 1em; flex-wrap: wrap; flex-direction: row; + margin: 0; } header {