diff --git a/_authors/octobot.md b/_authors/octobot.md index c7081b0..8540904 100644 --- a/_authors/octobot.md +++ b/_authors/octobot.md @@ -1,6 +1,7 @@ --- layout: "author" -photo: "{{ site.baseurl }}/assets/media/SonyCat-Portrait-CrtFilter-Pixelized.png" +photo: "/assets/media/SonyCat-Portrait-CrtFilter-Pixelized.png" +photo_source: "internal" name: "octobot" display_name: "octobot" position: "Totally A Bot" diff --git a/_includes/author.html b/_includes/author.html index e63de77..0f5953d 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -3,7 +3,7 @@
{% if author.photo %} - {{ author.display_name }} + {{ author.display_name }} {% else %} {{ author.display_name }} {% endif %} diff --git a/_layouts/author.html b/_layouts/author.html index 373193b..f779387 100644 --- a/_layouts/author.html +++ b/_layouts/author.html @@ -4,7 +4,7 @@ layout: page
{% if page.photo %} - {{ author.display_name }} + {{ author.display_name }} {% else %} {{ author.display_name }} {% endif %} diff --git a/_layouts/home.html b/_layouts/home.html index dc16e1f..6fec620 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -53,19 +53,19 @@ layout: main {% include loader.html %} {% if post.optimized_image %} - + {% elsif post.image %} - + {% else %} - + {% endif %} {% include new-post-tag.html date=post.date %} diff --git a/_layouts/post.html b/_layouts/post.html index deb6a61..fd610ad 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,7 +22,7 @@

{{ page.subtitle }}

{% if page.image and paginator.activated == nil %} - Featured image + Featured image {% endif %} {% include pagination-post.html progressBar=true %} @@ -46,7 +46,7 @@ {% if post.optimized_image %} {% elsif post.image %} - + {% else %} {% endif %} diff --git a/_posts/2023-12-02-from-below.md b/_posts/2023-12-02-from-below.md index b39b723..5486151 100644 --- a/_posts/2023-12-02-from-below.md +++ b/_posts/2023-12-02-from-below.md @@ -3,7 +3,8 @@ layout: "post" title: "From Below" subtitle: "Unleash your strategic prowess in From Below, the NES homebrew game that redefines Tetris with a Kraken-themed twist!" description: "Dive into the depths of classic gaming with From Below, a NES homebrew title that transforms Tetris into an aquatic battle against the legendary Kraken. Defend your fortress by strategically hurling blocks at the ascending monster, clearing lines to momentarily push it back. Can you endure the night and uncover the mystery of your friend's disappearance?" -image: "{{ site.baseurl }}/assets/media/games/from-below/DSC_0919.png" +image: "/assets/media/games/from-below/DSC_0919.png" +image_source: "internal" category: "games" tags: - "nes"