diff --git a/exampleSite/layouts/partials/home/custom.html b/exampleSite/layouts/partials/home/custom.html index aa13ffae..e78774e7 100644 --- a/exampleSite/layouts/partials/home/custom.html +++ b/exampleSite/layouts/partials/home/custom.html @@ -1,18 +1,18 @@ {{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }}
- {{ partial "partials/home/background.html" . }} + {{ partial "home/background.html" . }}
{{ partial "recent-articles-demo.html" . }}