diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 01:27:13 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 01:27:13 +0300 |
commit | f598d4cb9a83cfc4410a04b6a7ee59f3b46017a0 (patch) | |
tree | 1bebfbb0a698414226f3ed8fa7d95bff483b6cc2 /layouts | |
parent | fce58592a929037c3ea7cfea95c25a189594b6c3 (diff) |
Auto-commit 2024-12-20
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 2 | ||||
-rw-r--r-- | layouts/pico8/single.html | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3d17d38..095207e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,6 +8,6 @@ {{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} -<link rel="icon" type="image/png" href="/img/favicon.png"> +<link rel="icon" type="image/png" href="/img/favicon.webp"> <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> {{ partialCached "head/css.html" . }} diff --git a/layouts/pico8/single.html b/layouts/pico8/single.html index a35f9c0..01797ce 100644 --- a/layouts/pico8/single.html +++ b/layouts/pico8/single.html @@ -51,19 +51,19 @@ </div> <h2>Управление</h2> <h3>Игрок 1</h3> - <img src="/img/p8_lf.png" />← - <img src="/img/p8_rt.png" />→ - <img src="/img/p8_up.png" />↑ - <img src="/img/p8_dw.png" />↓ - <img src="/img/p8_x.png" />Z C - <img src="/img/p8_o.png" />X V + <img src="/img/p8_lf.webp" />← + <img src="/img/p8_rt.webp" />→ + <img src="/img/p8_up.webp" />↑ + <img src="/img/p8_dw.webp" />↓ + <img src="/img/p8_x.webp" />Z C + <img src="/img/p8_o.webp" />X V <h3>Игрок 2</h3> - <img src="/img/p8_lf.png" /> S - <img src="/img/p8_rt.png" /> F - <img src="/img/p8_up.png" /> E - <img src="/img/p8_dw.png" /> D - <img src="/img/p8_x.png" />Q W - <img src="/img/p8_o.png" />TAB + <img src="/img/p8_lf.webp" /> S + <img src="/img/p8_rt.webp" /> F + <img src="/img/p8_up.webp" /> E + <img src="/img/p8_dw.webp" /> D + <img src="/img/p8_x.webp" />Q W + <img src="/img/p8_o.webp" />TAB <h3>Пауза</h3> P/Enter <footer> |