diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/contact.md | 8 | ||||
| -rw-r--r-- | content/thankyou.md | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..263c018 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,8 @@ ++++ +date = "2016-11-18T11:10:19+02:00" +draft = false +title = "contact me" +type = "contact" +layout = "single" + ++++ diff --git a/content/thankyou.md b/content/thankyou.md new file mode 100644 index 0000000..9d080a4 --- /dev/null +++ b/content/thankyou.md @@ -0,0 +1,8 @@ ++++ +date = "2016-11-18T11:10:19+02:00" +draft = false +title = "thank you" +type = "thankyou" +layout = "single" + ++++ |
