summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 16:22:53 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 16:22:53 +0700
commit8e3f93ed503864670476d322639a8b9051d5e740 (patch)
treedff97c3fd0177744ff9473afd94ed78bce21182f /views/index.html
parent79cc42d8a6904720ffba455e8a4083a8f48851b7 (diff)
downloadweb-8e3f93ed503864670476d322639a8b9051d5e740.tar.gz
web-8e3f93ed503864670476d322639a8b9051d5e740.zip
feat: add geolocation of places in blog0.3.1
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html
index 1b6f8c8..ce80db6 100644
--- a/views/index.html
+++ b/views/index.html
@@ -95,7 +95,7 @@
<div class="menu-inner-body grow bg-background-light flex flex-col mx-auto mb-vmin1-6 overflow-y-auto opacity-100">
{{- range .BlogPages }}
<div class="m-2 flex flex-row justify-center justify-items-center gap-4">
- <img style="flex-grow: 0;" class="flex-1 object-cover rounded-4xl select-none w-vmax4 h-vmax4" src="https://f003.backblazeb2.com/file/sayana-photos/thumbnails/{{ .Thumbnail }}.webp">
+ <img onclick="location.href='/blog/{{ .Link }}';" style="flex-grow: 0;" class="flex-1 cursor-pointer object-cover rounded-4xl select-none w-vmax4 h-vmax4" src="https://f003.backblazeb2.com/file/sayana-photos/thumbnails/{{ .Thumbnail }}.webp">
<div class="flex-5 justify-self-center flex-col border-r-1 border-dashed border-opacity-50 border-main-medium">
<a href="/blog/{{ .Link }}" class="block font-extrabold">{{ .Title }}</a>
<a href="/blog/{{ .Link }}" class="block italic text-vmax1 text-secondary">{{ .ActionDate }}</a>