From 980dc1b238b0381e624d71ef6ec95b98a161d09d Mon Sep 17 00:00:00 2001 From: Kate Temkin Date: Sat, 27 Apr 2024 00:59:11 -0600 Subject: [PATCH] rename portfolio -> talking points --- data/home/{portfolio.yaml => points.yaml} | 0 themes/lix/layouts/index.html | 2 +- .../layouts/partials/sections/{portfolio.html => points.html} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename data/home/{portfolio.yaml => points.yaml} (100%) rename themes/lix/layouts/partials/sections/{portfolio.html => points.html} (100%) 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