forked from lix-project/lix-website
rename portfolio -> talking points
This commit is contained in:
parent
0561a06668
commit
980dc1b238
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue