set layout to render

This commit is contained in:
jpk 2023-08-03 14:28:29 +02:00
parent cb3329cc84
commit 1856d6df57
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{{ with .Site.GetPage "/blog" }}
{{ .Render }}
{{ .Render "list" }}
{{ end }}