From c5c17c6faca1bd0e7b9522010e36e4fdf87aec6a Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 12 Aug 2025 23:21:56 +0700 Subject: feat: make working timezone shift in galleries fix: overflown blog page content fix: raise footer a bit higher in desktop mode refactor: start blog catalogue with publication date desc sort --- internal/lightgallery/block.go | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'internal/lightgallery/block.go') diff --git a/internal/lightgallery/block.go b/internal/lightgallery/block.go index dade2ea..072aa3c 100644 --- a/internal/lightgallery/block.go +++ b/internal/lightgallery/block.go @@ -1,11 +1,16 @@ package lightgallery -import "github.com/yuin/goldmark/ast" +import ( + "time" + + "github.com/yuin/goldmark/ast" +) // LightGalleryBlock represents a light gallery block in the AST type LightGalleryBlock struct { ast.BaseBlock - Images []LightGalleryImage + Images []LightGalleryImage + Location *time.Location } type LightGalleryImage struct { -- cgit v1.3.1+13