diff options
author | mms <michal@sapka.me> | 2024-06-18 22:30:40 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-18 22:30:40 +0200 |
commit | 05ff44147f18c87f5ed29af240e4f4783abc7f77 (patch) | |
tree | 67c8a61406e8f9fab292e218bc662eed7a2f7b27 /layouts | |
parent | ff8c9850737263a3755653afc2c4e95182d6c068 (diff) |
fix: missing img
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/blog/baseof.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 0a05607..94c2639 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> - {{- $header_rect := resources.Get "unix-history/header-rect.png" }} + {{- $header_rect := resources.Get "blog/logo/right.png" }} {{- $header_rect_180 := $header_rect.Resize "180x webp q90"}} <link rel="apple-touch-icon" sizes="180x180" href="{{ $header_rect_180.Permalink }}"> @@ -194,8 +194,8 @@ background-color: var(--panel-color); display: flex; margin-bottom: 20px; - } + .other-sites div, .other-sites a { flex-grow: 1; padding: 5px; @@ -308,6 +308,8 @@ height="{{ $img1x.Height }}" > <script> + + // A game - click on my face. const faces = { normal:{ front: [ {{ $img1x.Permalink }}, {{ $img2x.Permalink }} ], @@ -382,9 +384,7 @@ () => { document.body.style.background = null }, 10) - console.log(`state: ${state}; health: ${health}`); - }) const getStateFaces = () => { |