From 9e58752672d56901aa357b02a3805d6616f1b46f Mon Sep 17 00:00:00 2001 From: Jyoti Bhogal Date: Mon, 2 Dec 2024 18:19:31 +0530 Subject: [PATCH] change to render images --- layouts/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/index.html b/layouts/index.html index b2d35e9f..547db892 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,6 +2,7 @@ {{ range (where .Site.Pages "Section" "_index") }}

{{ .Title }}

+ {{ .Params.asset.text }}
{{ .Content }}
{{ end }}