diff --git a/package-lock.json b/package-lock.json index 59357b34..2918dc7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "20.6.1", + "version": "20.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "20.6.1", + "version": "20.6.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index d1258c55..8e521c63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "20.6.1", + "version": "20.6.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/secondary/contact/index.html b/src/pages/secondary/contact.html similarity index 100% rename from src/pages/secondary/contact/index.html rename to src/pages/secondary/contact.html diff --git a/src/pages/secondary/contact/success.html b/src/pages/secondary/contact/success.html deleted file mode 100644 index 7d9fcd35..00000000 --- a/src/pages/secondary/contact/success.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Success -layout: default -permalink: /contact/success.html -description: I'll be in touch soon. Thanks for your message! ---- -
-

{{ title }}

- I'll be in touch soon! Head home -
-
-{% render "partials/widgets/addon-links.liquid", popularPosts:collections.popularPosts, links:links %} \ No newline at end of file