diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/about/_index.md | 4 | ||||
-rw-r--r-- | content/contact/_index.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..b453ed9 --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,4 @@ ++++ +title = "About Me" +template = "about.html" ++++ diff --git a/content/contact/_index.md b/content/contact/_index.md new file mode 100644 index 0000000..fb2fd4b --- /dev/null +++ b/content/contact/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Contact" +template = "contact.html" ++++ |