From a500c114e3aaac03b48771c46635538e92d42550 Mon Sep 17 00:00:00 2001 From: jpk Date: Mon, 27 Mar 2023 08:40:16 +0200 Subject: [PATCH] Index "/" renders contents of blog. --- layouts/index.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index b484c7e..06adaac 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,13 +1,3 @@ -{{ define "main" }} -
-

-

-

-
+{{ with .Site.GetPage "/blog" }} +{{ .Render }} {{ end }}