{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-books", text: "Subscribe to my books feed or follow along on this page" %}
{% for book in bookData %}
diff --git a/src/pages/main/books/years/2020.html b/src/pages/main/books/years/2020.html
index a6ab4a86..89bfd584 100644
--- a/src/pages/main/books/years/2020.html
+++ b/src/pages/main/books/years/2020.html
@@ -1,5 +1,5 @@
---
-title: 2020 • Books
+title: 2020 / Books
description: "This is everything I read in 2020. My favorites were: every book in The Expanse series and I'll Be Gone in the Dark. I finished 34 books in 2020."
year: 2020
layout: partials/media/books/year
diff --git a/src/pages/main/books/years/2021.html b/src/pages/main/books/years/2021.html
index 15e5ee22..1f053a5c 100644
--- a/src/pages/main/books/years/2021.html
+++ b/src/pages/main/books/years/2021.html
@@ -1,5 +1,5 @@
---
-title: 2021 • Books
+title: 2021 / Books
description: "This is everything I read in 2021. My favorites were: This Is How They Tell Me The World Ends, Sandworm, Empire of Pain, Say Nothing, Sigh, Gone and Leviathan Falls. I finished 53 books in 2021."
year: 2021
layout: partials/media/books/year
diff --git a/src/pages/main/books/years/2022.html b/src/pages/main/books/years/2022.html
index 3e0c6ba8..5ab8913f 100644
--- a/src/pages/main/books/years/2022.html
+++ b/src/pages/main/books/years/2022.html
@@ -1,5 +1,5 @@
---
-title: 2022 • Books
+title: 2022 / Books
description: "This is everything I read in 2022. My favorites were: Sellout, The Sins of Our Fathers, Drive, Adnan's Story and The Lazarus Heist. I finished 67 books in 2022."
year: 2022
layout: partials/media/books/year
diff --git a/src/pages/main/books/years/2023.html b/src/pages/main/books/years/2023.html
index 090e147b..4a28c048 100644
--- a/src/pages/main/books/years/2023.html
+++ b/src/pages/main/books/years/2023.html
@@ -1,5 +1,5 @@
---
-title: 2023 • Books
+title: 2023 / Books
description: "This is everything I read in 2023. My favorites were: Stay True, Where Are Your Boys Tonight?, Trouble Boys, Tracers in the Dark and Girl in a Band. I finished 69 books in 2023."
year: 2023
layout: partials/media/books/year
diff --git a/src/pages/main/books/years/2024.html b/src/pages/main/books/years/2024.html
index 490649b2..e0b69de6 100644
--- a/src/pages/main/books/years/2024.html
+++ b/src/pages/main/books/years/2024.html
@@ -1,5 +1,5 @@
---
-title: 2024 • Books
+title: 2024 / Books
description: "Here's what I'm reading at the moment."
year: 2024
layout: partials/media/books/year
diff --git a/src/pages/main/music/albums/3-months.html b/src/pages/main/music/albums/3-months.html
index 06596f16..e4ae8f74 100644
--- a/src/pages/main/music/albums/3-months.html
+++ b/src/pages/main/music/albums/3-months.html
@@ -1,5 +1,5 @@
---
-title: Albums • 3 months
+title: Albums / 3 months
description: All of the albums I've listened to over the last 3 months.
layout: default
pagination:
diff --git a/src/pages/main/music/albums/this-month.html b/src/pages/main/music/albums/this-month.html
index a5c40f6d..44fa175c 100644
--- a/src/pages/main/music/albums/this-month.html
+++ b/src/pages/main/music/albums/this-month.html
@@ -1,5 +1,5 @@
---
-title: Albums • This month
+title: Albums / This month
description: All of the albums I've listened to over the past month.
layout: default
pagination:
diff --git a/src/pages/main/music/albums/this-week.html b/src/pages/main/music/albums/this-week.html
index 6a3c6cd0..78d17474 100644
--- a/src/pages/main/music/albums/this-week.html
+++ b/src/pages/main/music/albums/this-week.html
@@ -1,5 +1,5 @@
---
-title: Albums • This week
+title: Albums / This week
description: All of the albums I've listened to this week.
layout: default
pagination:
diff --git a/src/pages/main/music/artists/3-months.html b/src/pages/main/music/artists/3-months.html
index b4b451ab..1b2abbf8 100644
--- a/src/pages/main/music/artists/3-months.html
+++ b/src/pages/main/music/artists/3-months.html
@@ -1,5 +1,5 @@
---
-title: Artists • 3 months
+title: Artists / 3 months
description: All of the artists I've listened to over the last 3 months.
layout: default
pagination:
diff --git a/src/pages/main/music/artists/artist.html b/src/pages/main/music/artists/artist.html
index 7f80f6d6..03b4dfdd 100644
--- a/src/pages/main/music/artists/artist.html
+++ b/src/pages/main/music/artists/artist.html
@@ -9,7 +9,7 @@ updated: "now"
schema: artist
---
{%- capture alt -%}
- {{ artist.name_string }} • {{ artist.country }}
+ {{ artist.name_string }} / {{ artist.country }}
{%- endcapture -%}
{% capture js %}
{% render "../../../../assets/scripts/text-toggle.js" %}
diff --git a/src/pages/main/music/artists/this-month.html b/src/pages/main/music/artists/this-month.html
index f1ead2f9..fe18882d 100644
--- a/src/pages/main/music/artists/this-month.html
+++ b/src/pages/main/music/artists/this-month.html
@@ -1,5 +1,5 @@
---
-title: Artists • This month
+title: Artists / This month
description: All of the artists I've listened to over the past month.
layout: default
pagination:
diff --git a/src/pages/main/music/artists/this-week.html b/src/pages/main/music/artists/this-week.html
index 263e9c91..1f6df424 100644
--- a/src/pages/main/music/artists/this-week.html
+++ b/src/pages/main/music/artists/this-week.html
@@ -1,5 +1,5 @@
---
-title: Artists • This week
+title: Artists / This week
description: All of the artists I've listened to this week.
layout: default
pagination:
diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html
index 94fc4e28..749e191d 100644
--- a/src/pages/main/music/index.html
+++ b/src/pages/main/music/index.html
@@ -35,7 +35,7 @@ schema: music-index