Fix theme, build

This commit is contained in:
OctoSpacc 2023-12-09 13:19:05 +01:00
parent e01b17b29d
commit d7fb672b6c
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ layout: main
{% if site.show_hero and paginator == nil or paginator.page == 1 %}
<!-- Hero -->
{% assign featured = posts.first %}
<section class="hero" style="background-image: url({{ featured.image }})">
<section class="hero" style="background-image: url({% if featured.image_source == 'internal' %}{{ site.baseurl }}{% endif %}{{ featured.image }})">
<div class="pixels"></div>
<div class="gradient"></div>
<div class="content">

View File

@ -40,4 +40,4 @@ In conclusion, NiGHTS into Dreams - Score Attack for the Game Boy Advance succes
The following is the GBA MultiBoot version of the game.
{% include emulator.html backend='cuttingedge' platform='gba' emulator='mgba' rom_index='.gba' %}
{% include emulator.html backend='cuttingedge' platform='gba' emulator='mgba' rom_index='NIGHTS-AGBT8P.gba' %}