aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-20 01:27:13 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-20 01:27:13 +0300
commitf598d4cb9a83cfc4410a04b6a7ee59f3b46017a0 (patch)
tree1bebfbb0a698414226f3ed8fa7d95bff483b6cc2 /layouts
parentfce58592a929037c3ea7cfea95c25a189594b6c3 (diff)
Auto-commit 2024-12-20
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
-rw-r--r--layouts/pico8/single.html24
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" />&larr;&nbsp;
- <img src="/img/p8_rt.png" />&rarr;&nbsp;
- <img src="/img/p8_up.png" />&uarr;&nbsp;
- <img src="/img/p8_dw.png" />&darr;&nbsp;
- <img src="/img/p8_x.png" />Z C&nbsp;
- <img src="/img/p8_o.png" />X V&nbsp;
+ <img src="/img/p8_lf.webp" />&larr;&nbsp;
+ <img src="/img/p8_rt.webp" />&rarr;&nbsp;
+ <img src="/img/p8_up.webp" />&uarr;&nbsp;
+ <img src="/img/p8_dw.webp" />&darr;&nbsp;
+ <img src="/img/p8_x.webp" />Z C&nbsp;
+ <img src="/img/p8_o.webp" />X V&nbsp;
<h3>Игрок 2</h3>
- <img src="/img/p8_lf.png" /> S&nbsp;
- <img src="/img/p8_rt.png" /> F&nbsp;
- <img src="/img/p8_up.png" /> E&nbsp;
- <img src="/img/p8_dw.png" /> D&nbsp;
- <img src="/img/p8_x.png" />Q W&nbsp;
- <img src="/img/p8_o.png" />TAB&nbsp;
+ <img src="/img/p8_lf.webp" /> S&nbsp;
+ <img src="/img/p8_rt.webp" /> F&nbsp;
+ <img src="/img/p8_up.webp" /> E&nbsp;
+ <img src="/img/p8_dw.webp" /> D&nbsp;
+ <img src="/img/p8_x.webp" />Q W&nbsp;
+ <img src="/img/p8_o.webp" />TAB&nbsp;
<h3>Пауза</h3>
P/Enter
<footer>