summaryrefslogtreecommitdiffci
path: root/views/messages
diff options
from:
to:
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/messages
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/messages')
-rw-r--r--views/messages/new-post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/messages/new-post.html b/views/messages/new-post.html
index e956253..4e586e2 100644
--- a/views/messages/new-post.html
+++ b/views/messages/new-post.html
@@ -2,7 +2,7 @@
<p>{{ l $.Lang "Mail" "NewPost" "Intro" }}</p>
<table>
<tr>
- <td rowspan="3"><a href="https://{{ .ClientHost }}/{{ .Lang }}/blog/{{ .Post.FileName }}"><img src="{{ printf .ThumbnailBaseUrl .Post.Metadata.Thumbnail }}"></a></td>
+ <td rowspan="3"><a href="https://{{ .ClientHost }}/{{ .Lang }}/blog/{{ .Post.FileName }}"><img src="{{ printf .PhotoStorage.Thumbnail320p.BaseUrl .Post.Metadata.Thumbnail }}"></a></td>
<td class="darkened" style="font-size: 24px"><a style="color: #273de1 !important;" href="https://{{ .ClientHost }}/{{ .Lang }}/blog/{{ .Post.FileName }}">{{ .Post.Metadata.Title }}</a></td>
</tr>
<tr>