diff --git a/package-lock.json b/package-lock.json
index 6eaf03fc..09d9262e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "coryd.dev",
- "version": "1.7.2",
+ "version": "1.7.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
- "version": "1.7.2",
+ "version": "1.7.3",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",
diff --git a/package.json b/package.json
index dad26fe0..7169b13b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "coryd.dev",
- "version": "1.7.2",
+ "version": "1.7.3",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
diff --git a/src/includes/partials/blocks/associated-media.liquid b/src/includes/partials/blocks/associated-media.liquid
index 4a91d916..65b4628a 100644
--- a/src/includes/partials/blocks/associated-media.liquid
+++ b/src/includes/partials/blocks/associated-media.liquid
@@ -17,7 +17,6 @@
{{ artist.name }}{%- if artist.total_plays > 0 -%}: {{ artist.total_plays }} {{ playLabel }}{%- endif -%}
{% endfor %}
-
{%- endif -%}
{% comment %} render related books {% endcomment %}
{%- if books -%}
@@ -30,7 +29,6 @@
{{ book.title }} by {{ book.author }}
{% endfor %}
-
{%- endif -%}
{% comment %} render related genres {% endcomment %}
{%- if genres -%}
@@ -43,7 +41,6 @@
{{ genre.name }}
{% endfor %}
-
{%- endif -%}
{% comment %} render related movies {% endcomment %}
{%- if movies -%}
@@ -56,7 +53,6 @@
{{ movie.title }} ({{ movie.year }})
{% endfor %}
-
{%- endif -%}
{% comment %} render related posts {% endcomment %}
{%- if posts -%}
@@ -69,7 +65,6 @@
{{ post.title }} ({{ post.date | date: "%B %e, %Y" }})
{% endfor %}
-
{%- endif -%}
{% comment %} render related shows {% endcomment %}
{%- if shows -%}
@@ -82,6 +77,5 @@
{{ show.title }} ({{ show.year }})
{% endfor %}
-
{%- endif -%}
{% if artists or books or genres or movies or posts or shows %}{% endif %}
\ No newline at end of file
diff --git a/src/includes/partials/blocks/youtube-player.liquid b/src/includes/partials/blocks/youtube-player.liquid
index bed3f3ad..9eb1c574 100644
--- a/src/includes/partials/blocks/youtube-player.liquid
+++ b/src/includes/partials/blocks/youtube-player.liquid
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/src/pages/dynamic/posts/post.html b/src/pages/dynamic/posts/post.html
index a64411b0..0b973be2 100644
--- a/src/pages/dynamic/posts/post.html
+++ b/src/pages/dynamic/posts/post.html
@@ -48,6 +48,6 @@ schema: blog
{% render "partials/blocks/associated-media.liquid", genres:post.genres %}
{% render "partials/blocks/associated-media.liquid", movie:post.movies %}
{% render "partials/blocks/associated-media.liquid", shows:post.shows %}
+ {% render "partials/blocks/banners/coffee.liquid" %}
- {% render "partials/blocks/banners/coffee.liquid" %}
\ No newline at end of file