* - drkhsh_at - files used to generate www.drkhsh.at
(HTM) git clone git@git.drkhsh.at/drkhsh_at.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit f4124e8e50245285aee5b6ebf6da18196b35bcf5
(DIR) parent 1acb89af0ca2fdb9c12fe90955dde4a99964ec87
(HTM) Author: drkhsh <me@drkhsh.at>
Date: Fri, 1 Aug 2025 02:34:51 +0200
*
Diffstat:
A assets/images/buttons/mothracompat… | 0
M config.yml | 3 +++
M layouts/index.html | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/assets/images/buttons/mothracompat.gif b/assets/images/buttons/mothracompat.gif
Binary files differ.
(DIR) diff --git a/config.yml b/config.yml
@@ -58,6 +58,9 @@ params:
- img: images/buttons/any-browser.gif
alt: "best viewed with any browser"
url: https://en.wikipedia.org/wiki/Browser_wars
+ - img: images/buttons/mothracompat.gif
+ alt: "mothra compatible"
+ url: https://plan9.stanleylieber.com/mothra
- img: images/buttons/ravenow.gif
alt: rave now
url: https://rbss.info
(DIR) diff --git a/layouts/index.html b/layouts/index.html
@@ -27,7 +27,7 @@ latest rice screenshot:<br>
{{- range first 1 (.Resources.ByType "image") }}
{{- $src := . }}
{{ $src := $src.Process "jpg" }}
-{{ $src := $src.Process "resize 320x" }}
+{{ $src := $src.Process "resize 128x" }}
<img class="nodark" alt="{{ $title }}" src="{{$src.Permalink}}">
{{ end }}
</a>