From fd958653fee892c80acdadab0638bc3d903d042d Mon Sep 17 00:00:00 2001 From: shagi Date: Fri, 17 Sep 2021 12:39:22 +0200 Subject: [PATCH] =?UTF-8?q?Corregir=20urls=20de=20ficheros=20est=C3=A1tico?= =?UTF-8?q?s=20para=20poder=20publicar=20la=20web=20en=20una=20carpeta=20e?= =?UTF-8?q?n=20vez=20de=20en=20la=20ra=C3=ADz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/baseof.html | 8 ++++---- layouts/index.html | 6 +++--- layouts/yearhome/section.html | 5 ----- static/css/base.css | 1 + 4 files changed, 8 insertions(+), 12 deletions(-) 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 {