From 5d059d4151dbcf4dea3ad5c8ce38a36e6eefc2a2 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Mon, 8 Aug 2022 15:32:24 -0700 Subject: [PATCH] add support for content in index --- layouts/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/index.html b/layouts/index.html index 0aaae5d..97d3fd1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,6 @@ {{ define "main" }}

{{ .Site.Title }}

+ {{ .Content }}
{{ end }} \ No newline at end of file