From 85e4cde7dd694759a7c082c0f6cbb9891f83fb87 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:58:23 +0200 Subject: Update font styles and background colors in CSS files --- layouts/home/list.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'layouts') diff --git a/layouts/home/list.html b/layouts/home/list.html index b2c5925..f0316bc 100644 --- a/layouts/home/list.html +++ b/layouts/home/list.html @@ -1,24 +1,29 @@ {{ define "head_extras" }} - {{ partial "ld/website.html" . }} +{{ partial "ld/website.html" . }} {{ end }} {{ define "main" }} - {{- .Content }} +{{- .Content }} - {{ with .Site.GetPage "section" "blog" }} +{{ with .Site.GetPage "section" "blog" }} +
- {{ end }} + + Ver todas las entradas +
+{{ end }} {{ end}} \ No newline at end of file -- cgit v1.3