diff options
author | mms <git@sapka.me> | 2024-11-26 21:15:22 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-26 21:15:22 +0100 |
commit | 1de8ce344b74897683662f0cbf9582886e37423b (patch) | |
tree | 7baf0454ccc5cbf05052905cfe41e58a4587b442 /layouts | |
parent | bccb49378d79faa7f6b1482bca39d04d4572314d (diff) |
fix: tidy up
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/24-unification/nav.html | 3 | ||||
-rw-r--r-- | layouts/partials/button-31.html | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/layouts/partials/24-unification/nav.html b/layouts/partials/24-unification/nav.html index 381fd1a..8a929c3 100644 --- a/layouts/partials/24-unification/nav.html +++ b/layouts/partials/24-unification/nav.html @@ -36,6 +36,7 @@ </div> <div class="webbuttons"> - {{ partial "button-31" (dict "file" "rss.gif" "alt" "RSS Feed" "href" "https://michal.sapka.me/index.xml") }} + {{ partial "button-31" (dict "file" "rss.gif" "alt" "RSS Feed" "href" "https://crys.site/index.xml") }} {{ partial "button-31" (dict "file" "irc.png" "alt" "IRC channel" "href" "/more/irc") }} + {{ partial "button-31" (dict "file" "dustpuppy.gif" "alt" "Userfriendly archive mirror" "href" "/mirror/userfriendly") }} </div> diff --git a/layouts/partials/button-31.html b/layouts/partials/button-31.html index 305912a..6d438e4 100644 --- a/layouts/partials/button-31.html +++ b/layouts/partials/button-31.html @@ -1,8 +1,8 @@ {{- $file := .file }} {{- $path := printf "webbuttons_31/%s" $file}} {{- $img := resources.Get $path }} -{{- $img1x := $img.Resize "88x webp q90"}} -{{- $img2x := $img.Resize "176x webp q90"}} +{{- $img1x := $img.Resize "88x gif q90"}} +{{- $img2x := $img.Resize "176x gif q90"}} {{- if $.href }} <a href="{{ $.href }}"> {{ end }} <img |