diff --git a/layouts/index.html b/layouts/index.html index 1883df2..78b63d2 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,7 +6,7 @@ {{ partial "serviceSection.html" . }} -{{ partial "caseStudySection.html" . }} +{{ partial "portfolioSection.html" . }} {{ partial "resumeSection.html" . }} diff --git a/layouts/partials/caseStudySection.html b/layouts/partials/portfolioSection.html similarity index 100% rename from layouts/partials/caseStudySection.html rename to layouts/partials/portfolioSection.html