From 79e59044c768b29e33c029295a88e40f1d7221b1 Mon Sep 17 00:00:00 2001 From: Avery Winters Date: Wed, 15 Jan 2025 14:45:04 -0600 Subject: [PATCH] Use image shortcode --- content/pages/about.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/pages/about.md b/content/pages/about.md index 42c88ae..0c79c7b 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -3,9 +3,9 @@ title = "About Me" path = "about" +++ -| ![A closeup photo of a blue snowflake resting on a tree branch.][0] | +| {{ image(src="img/profile.webp", alt="A closeup photo of a blue snowflake resting on a tree branch.") }} | |:--:| -| *Photo taken by [Egor Kamelev][1] and dedicated into the public domain.* | +| *Photo taken by [Egor Kamelev][0] and dedicated into the public domain.* | Hello! I'm Avery Winters. I build software that gives people a reason to not hate their computers as much. I care a lot about robustness, performance, and @@ -17,5 +17,4 @@ I tend to post about [#rust](/tags/rust) 🦀, [#nix](/tags/nix) ❄, [#urbanism](/tags/urbanism) 🚲, [#leftism](/tags/leftism) 🌹, [#anarchism](/tags/anarchism) 🏴, and [#christianity](/tags/christianity) ✝️. -[0]: /img/profile.webp -[1]: https://pxhere.com/en/photo/1562545 +[0]: https://pxhere.com/en/photo/1562545