From 90cb5a6db29d99fe754b23686a89b185c22a6c72 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:52:47 -0400 Subject: [PATCH] update section breaks --- about.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/about.md b/about.md index ada2ce5..8075abf 100644 --- a/about.md +++ b/about.md @@ -7,16 +7,18 @@ permalink: /about/ # Hey there, I'm Kameron Kenny I am passionate about many things. Most notably, learning something new. I'm a big fan of live music and exploring cultures through food. I enjoy basketball, baseball, cycling, cooking, videography, photography, and making things. Technology got me where I am today. I love hearing about other people's perspectives, especially when they are different than mine. I believe the opportunity to give back to the community is a special gift that I am grateful to partake in. The school of life has tought me a lot of lessons that I try to carry forward for others to learn from. One of these days I'll start a podcast, but for now... I'll stick to this blog. -# Favorite Books -{% for book in site.favorite_books %} --- +# Favorite Books +--- +{% for book in site.favorite_books %} ## [{{ book.name }}]({{ book.url }}) Author: {{ book.author }} {% endfor %} -# Currently Reading -{% for book in site.currently_reading %} --- +# Currently Reading +--- +{% for book in site.currently_reading %} ## [{{ book.name }}]({{ book.url }}) Author: {{ book.author }} {% endfor %}