From 56faea4956d0dbf05ad75bbafca81aa90d09771d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:42:00 +0200 Subject: Add ontology --- layouts/home/list.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'layouts/home/list.html') diff --git a/layouts/home/list.html b/layouts/home/list.html index 4389e28..b2c5925 100644 --- a/layouts/home/list.html +++ b/layouts/home/list.html @@ -1,20 +1,24 @@ +{{ define "head_extras" }} + {{ partial "ld/website.html" . }} +{{ end }} + {{ define "main" }} -{{- .Content }} + {{- .Content }} -{{ with .Site.GetPage "section" "blog" }} - + {{ with .Site.GetPage "section" "blog" }} + - -{{ end }} {{ end}} \ No newline at end of file -- cgit v1.3