commit 002336ba78c5849c05dbbff582de2c47778d72f1 parent 47093ca020f589f991b97b497090053cc30f9252 Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Thu, 20 Apr 2023 23:26:59 +0200 feat: use mascot from assets Diffstat:
M | _includes/intro.html | | | 2 | +- |
A | assets/images/myheats.png | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/intro.html b/_includes/intro.html @@ -1,6 +1,6 @@ <section class="intro"> <div class="container"> - <img class="mascot" src="https://0x0.in0rdr.ch/Z.png" alt="myheats-logo"/> + <img class="mascot" src="{{ '/assets/images/myheats.png' | relative_url }}" alt="myheats-mascot"/> <p class="lead"> Live-leaderboard. Simple & elegant scoring. Your code, your data, your event. </p> diff --git a/assets/images/myheats.png b/assets/images/myheats.png Binary files differ.