Add trailing slash to some links
This commit is contained in:
parent
ff163103c6
commit
e302562075
2 changed files with 3 additions and 3 deletions
|
|
@ -20,8 +20,8 @@ author:
|
|||
menu:
|
||||
main:
|
||||
- name: About Me
|
||||
url: /aboutme
|
||||
url: /aboutme/
|
||||
weight: 1
|
||||
- name: Projects
|
||||
url: /projects
|
||||
url: /projects/
|
||||
weight: 0
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
<iframe height='454' width='300' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/athletes/14883194/latest-rides/a7ad2b6ce9c5cddcf0a4749d1c7d65857fb363d9'></iframe>
|
||||
|
|
|
|||
Loading…
Reference in a new issue