summaryrefslogtreecommitdiffci
path: root/views/partials/catalogue-blog-cards.html
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-18 00:15:41 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-18 00:15:41 +0700
commit6418da32d978a8b70d38f1911a154e4dcc33202e (patch)
tree60aa81938ebd1c48d8e276eac4733c8955882046 /views/partials/catalogue-blog-cards.html
parent0825abc878ab02ab21bd3cee3265d86576492d20 (diff)
downloadweb-6418da32d978a8b70d38f1911a154e4dcc33202e.tar.gz
web-6418da32d978a8b70d38f1911a154e4dcc33202e.zip
feat: combined map widget
feat: migrate all static to cdn feat: use 560p thumbnails for multitone backgrounds
Diffstat (limited to 'views/partials/catalogue-blog-cards.html')
-rw-r--r--views/partials/catalogue-blog-cards.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html
index 799955f..b066a9e 100644
--- a/views/partials/catalogue-blog-cards.html
+++ b/views/partials/catalogue-blog-cards.html
@@ -2,7 +2,7 @@
<hr class="first-of-type:hidden border-t-2 border-dotted border-main-hard">
<div {{ if .ToHighlight }}id="blog-page-highlighted"{{ end }} class="w-full flex flex-row items-stretch {{ if .ToHighlight }}bg-accent-light bg-paper{{ end }}">
<div class="relative min-h-24 flex flex-col w-28 overflow-hidden shrink-0 mask-r-from-70% mask-r-to-100%">
- <img onclick="return changeUrl('{{ .ArticleLink }}');" class="h-full min-h-24 w-full cursor-pointer select-none object-cover block absolute" src="{{ printf $.ThumbnailBaseUrl .Thumbnail }}">
+ <img onclick="return changeUrl('{{ .ArticleLink }}');" class="h-full min-h-24 w-full cursor-pointer select-none object-cover block absolute" src="{{ printf $.PhotoStorage.Thumbnail320p.BaseUrl .Thumbnail }}">
<div class="w-full h-6 flex flex-row mt-auto relative">
<div class="flex-1/2 flex flex-row justify-center select-none bg-linear-180 {{ if .Liked }}from-accent-deep/40 to-accent-deep/80 text-background-dark{{ else }}from-accent-light/40 to-accent-light/80 text-main-hard{{ end }}">
<svg viewBox="0 0 24 24"><use href="#icon-like"/></svg>