From cf6407284cc9f926a1c1fd182b79e628fd07e94e Mon Sep 17 00:00:00 2001 From: "Aaron N. Brock" Date: Fri, 2 Oct 2020 14:12:01 -0400 Subject: [PATCH] sync portfolio names --- layouts/index.html | 2 +- .../partials/{caseStudySection.html => portfolioSection.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename layouts/partials/{caseStudySection.html => portfolioSection.html} (100%) 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