Update menu look'n'feel

Este commit está contenido en:
2024-06-16 19:17:10 +02:00
padre 37aac32a4b
commit 29bcbde583
Se han modificado 12 ficheros con 27 adiciones y 97 borrados

Ver fichero

@@ -1,8 +1,7 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
<h2>{{ .Title }}</h2>
{{ range .Pages.ByPublishDate.Reverse }}
<h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
{{ partial "metadata.html" . }}
<a class="summary" href="{{ .RelPermalink }}">
<p>{{ .Summary }}</p>
</a>