Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/homepage.html')
-rw-r--r--layouts/partials/homepage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/homepage.html b/layouts/partials/homepage.html
index f8faec7..f815a26 100644
--- a/layouts/partials/homepage.html
+++ b/layouts/partials/homepage.html
@@ -20,7 +20,7 @@
{{ if in $sections "projects" }}
{{ range .Site.Params.projects.categories }}
- {{ with $.Site.GetPage "section" . }}
+ {{ with $.Site.GetPage . }}
{{ partial "sections/projects.html" . }}
{{ end }}
{{ end }}