From 02fa61f7d59c6e0f1d0dcdcfc3b83b9f3786278b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 16 Aug 2023 16:12:53 -0700 Subject: [PATCH] fix: email address --- src/_data/nav.js | 2 +- src/posts/2013/publishing-to-kirby-using-drafts-workflows.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/nav.js b/src/_data/nav.js index 1965824d..642461b9 100644 --- a/src/_data/nav.js +++ b/src/_data/nav.js @@ -10,7 +10,7 @@ module.exports = async function () { { name: 'Webrings', icon: 'heart-handshake' }, ], social: [ - { name: 'Email', url: 'mailto:hi@coryd.dev', icon: 'at' }, + { name: 'Email', url: 'mailto:coryd@hey.com', icon: 'at' }, { name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' }, { name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' }, { name: 'Last.fm', url: 'https://www.last.fm/user/cdrn_', icon: 'brand-lastfm' }, diff --git a/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md b/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md index bf0fc78c..aa1e0d08 100644 --- a/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md +++ b/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md @@ -67,6 +67,6 @@ The final two post types / work flows I use are identical to the first aside fro textastic://x-callback-url/new?name=note.gallery.txt&text=Title:%20[[title]]%0D----%0DWhen:%20[[date|%m.%d.%Y]]%0D----%0DText:%20[[body]] ``` -Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:hi@coryd.me). +Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:coryd@hey.com). Many thanks to [Alex Duner](http://alexduner.com/) and [Nate Boateng](http://rantsandrambles.net/) for the Statamic Drafts workflow they provided to get me pointed in the right direction on this.