diff --git a/data/home/portfolio.yaml b/data/home/points.yaml similarity index 100% rename from data/home/portfolio.yaml rename to data/home/points.yaml diff --git a/themes/lix/layouts/index.html b/themes/lix/layouts/index.html index d8724e18..64fd7ef9 100644 --- a/themes/lix/layouts/index.html +++ b/themes/lix/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} {{ with .Site.Data.home.hero }}{{ partial "sections/hero.html" . }}{{ end }} {{ with .Site.Data.home.ecosystem }}{{ partial "sections/ecosystem.html" . }}{{ end }} - {{ with .Site.Data.home.portfolio }}{{ partial "sections/portfolio.html" . }}{{ end }} + {{ with .Site.Data.home.points }}{{ partial "sections/points.html" . }}{{ end }} {{ end }} diff --git a/themes/lix/layouts/partials/sections/portfolio.html b/themes/lix/layouts/partials/sections/points.html similarity index 100% rename from themes/lix/layouts/partials/sections/portfolio.html rename to themes/lix/layouts/partials/sections/points.html