Add support to add blog entries on index

This commit is contained in:
2023-11-17 21:00:46 -06:00
parent eac3f49bc5
commit ecfa3cd2c8
2 changed files with 36 additions and 1 deletions

View File

@@ -4,10 +4,12 @@
{{ partial "counter.html" . }}
{{ partial "blog.html" . }}
{{ partial "portfolio.html" . }}
{{ partial "testimonial.html" . }}
{{ partial "call-to-action.html" . }}
{{ end }}
{{ end }}