website
This commit is contained in:
19
themes/portio/layouts/index.html
Normal file
19
themes/portio/layouts/index.html
Normal file
@ -0,0 +1,19 @@
|
||||
{{ define "main" }}
|
||||
|
||||
{{ partial "hero.html" . }}
|
||||
|
||||
{{ partial "aboutSection.html" . }}
|
||||
|
||||
{{ partial "serviceSection.html" . }}
|
||||
|
||||
{{ partial "portfolioSection.html" . }}
|
||||
|
||||
{{ partial "resumeSection.html" . }}
|
||||
|
||||
{{ partial "skillSection.html" . }}
|
||||
|
||||
{{ partial "testimonialSection.html" . }}
|
||||
|
||||
{{ partial "blogSection.html" . }}
|
||||
|
||||
{{ end }}
|
Reference in New Issue
Block a user