From 26961841094434d163756c87fb415c87ca28e4db Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 24 Sep 2023 21:32:36 -0700 Subject: [PATCH] Add link.md --- exampleSite/content/content/link.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 exampleSite/content/content/link.md diff --git a/exampleSite/content/content/link.md b/exampleSite/content/content/link.md new file mode 100644 index 00000000..ef495636 --- /dev/null +++ b/exampleSite/content/content/link.md @@ -0,0 +1,12 @@ +--- +authors: ["will-faught"] +categories: ["content", "paige"] +date: "2023-09-24T21:29:30-07:00" +description: "A front matter link." +link: "https://willfaught.com/paige" +tags: ["link"] +title: "Link" +weight: 80 +--- + +That takes you to the home page.