use urls available both with and without a baseurl

This commit is contained in:
John Hess 2024-06-04 23:57:31 -05:00
parent 031d0c2d9b
commit 2c94436b5f
3 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@
</div>
</div>
<div class="header-content">
<img src="/assets/images/paddy.svg" alt="Paddy, the Butter Box Mascot" class="header-image" />
<img src="{{ site.baseurl }}/assets/images/paddy.svg" alt="Paddy, the Butter Box Mascot" class="header-image" />
<div class="header-title">{% t butter_box_title %}</div>
</div>
</header>