diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-05-03 14:45:37 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-03 14:45:37 -0500 |
commit | 19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb (patch) | |
tree | dcafbabdc1ced87301f4d10637e3fa02b71b01ff /content | |
parent | Add alt text (diff) | |
download | website-19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb.tar website-19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb.tar.gz website-19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb.tar.bz2 website-19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb.tar.lz website-19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb.tar.xz website-19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb.tar.zst website-19ac8f7fc5e993ef75d182d561c33fe8cc90f4bb.zip |
crush bit
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'content')
-rw-r--r-- | content/about.md | 2 | ||||
-rw-r--r-- | content/resume.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/about.md b/content/about.md index a34149a..b050167 100644 --- a/content/about.md +++ b/content/about.md @@ -1,7 +1,7 @@ +++ title = "About" description = "About me" -date = "2022-10-11" +date = "1970-01-01" aliases = ["about-me", "contact"] author = "Matt Strapp" +++ diff --git a/content/resume.md b/content/resume.md index da3d6b5..fdacab6 100644 --- a/content/resume.md +++ b/content/resume.md @@ -1,7 +1,7 @@ +++ title = "Resume" description = "About me" -date = "2022-10-12" +date = "1970-01-01" aliases = ["portfolio", "resume"] author = "Matt Strapp" +++ |