From e302562075d494ae353f21a8380f7485e862d712 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Wed, 21 Jun 2023 17:15:20 -0600 Subject: [PATCH] Add trailing slash to some links --- config.yaml | 4 ++-- content/page/about.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index fc1f216..cbc15b8 100644 --- a/config.yaml +++ b/config.yaml @@ -20,8 +20,8 @@ author: menu: main: - name: About Me - url: /aboutme + url: /aboutme/ weight: 1 - name: Projects - url: /projects + url: /projects/ weight: 0 diff --git a/content/page/about.md b/content/page/about.md index e40790d..b420ccd 100644 --- a/content/page/about.md +++ b/content/page/about.md @@ -5,7 +5,7 @@ subtitle: 🤓 url: /aboutme --- -I live in my RV and spend most of my time running, climbing, cycling, snowboarding, and hiking. Pretty much anything in the outdoors keeps me happy. When I'm not doing any of those things, I'm probably writing software; see [my projects page](/projects) for some of the things I like to work on. +I live in my RV and spend most of my time running, climbing, cycling, snowboarding, and hiking. Pretty much anything in the outdoors keeps me happy. When I'm not doing any of those things, I'm probably writing software; see [my projects page](/projects/) for some of the things I like to work on. {{< rawhtml >}}