chore: move contact/success to cms
This commit is contained in:
parent
c00da8d08c
commit
22bad45ff0
4 changed files with 3 additions and 15 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "20.6.1",
|
"version": "20.6.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "20.6.1",
|
"version": "20.6.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "20.6.1",
|
"version": "20.6.2",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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 %}
|
|
Reference in a new issue