chore: move contact/success to cms

This commit is contained in:
Cory Dransfeldt 2024-07-14 21:25:56 -07:00
parent c00da8d08c
commit 22bad45ff0
No known key found for this signature in database
4 changed files with 3 additions and 15 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -1,12 +0,0 @@
---
title: Success
layout: default
permalink: /contact/success.html
description: I'll be in touch soon. Thanks for your message!
---
<div class="text-centered">
<h2 class="contact-success-header">{{ title }}</h2>
I'll be in touch soon! <a href="/">Head home</a>
</div>
<hr />
{% render "partials/widgets/addon-links.liquid", popularPosts:collections.popularPosts, links:links %}