Fixing whittler header image
This commit is contained in:
parent
3ffc43fe25
commit
668925f663
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ title: "Whittler"
|
||||||
type: games
|
type: games
|
||||||
layout: whittler
|
layout: whittler
|
||||||
logo: whittler.webp
|
logo: whittler.webp
|
||||||
thumbnail: "logo.avif"
|
large_logo: "logo.avif"
|
||||||
description: "A clicker game where you whittle wood to earn ¥1,000,000"
|
description: "A clicker game where you whittle wood to earn ¥1,000,000"
|
||||||
released: true
|
released: true
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
<div class="banner-image">
|
<div class="banner-image">
|
||||||
<picture>
|
<picture>
|
||||||
<img
|
<img
|
||||||
src="{{ .Params.logo }}"
|
src="{{ .Params.large_logo }}"
|
||||||
srcset="{{ .Params.logo }} 1x"
|
srcset="{{ .Params.large_logo }} 1x"
|
||||||
width="430"
|
width="430"
|
||||||
alt="{{ .Title }}"
|
alt="{{ .Title }}"
|
||||||
class="header-image"
|
class="header-image"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue