diff --git a/assets/p/internetnl-web.png b/assets/p/internetnl-web.png new file mode 100644 index 0000000..779bf65 Binary files /dev/null and b/assets/p/internetnl-web.png differ diff --git a/assets/p/internetnl-web.svg b/assets/p/internetnl-web.svg new file mode 100644 index 0000000..9d17c99 --- /dev/null +++ b/assets/p/internetnl-web.svg @@ -0,0 +1 @@ + diff --git a/content/meta/_index.md b/content/meta/_index.md index 502c8f8..1dd4235 100644 --- a/content/meta/_index.md +++ b/content/meta/_index.md @@ -65,6 +65,17 @@ This site is featured in some cool directories. Awards ------ +{{}} + +{{}} +
+ +[Internet.nl](https://internet.nl/) offers an automated website security check. Relevant buzzwords include IPv6, DNSSEC, TLS, HTTP security headers, and RPKI. [See a report for seirdy.one](https://internet.nl/site/seirdy.one/1716116/). + +
+ +{{
}} + {{}} {{< picture name="8601" alt="Bitmap font reading: “Viatrix's ISO 8601 Award! Seirdy's Home, awarded 23/17/22”" class="pix" sf=2 >}} diff --git a/layouts/shortcodes/picture.html b/layouts/shortcodes/picture.html index e0ea642..e804dac 100644 --- a/layouts/shortcodes/picture.html +++ b/layouts/shortcodes/picture.html @@ -16,6 +16,7 @@ {{- $img_height = (mul $img_height . | math.Round ) -}} {{- end -}} + {{- if not (in site.BaseURL ".onion") -}} {{ with $dark_svg -}} {{ $dark_svg_src := . | resources.Fingerprint "md5" -}} {{ end -}} + {{ end -}} {{ with $dark_jxl -}} {{ $dark_jxl_src := . | resources.Fingerprint "md5" -}} {{ end -}} + {{- if not (in site.BaseURL ".onion") -}} {{ with $light_svg -}} {{ $light_svg_src := . | resources.Fingerprint "md5" -}} {{ end -}} + {{ end -}} {{ with $light_jxl -}} {{ $light_jxl_src := . | resources.Fingerprint "md5" -}}