From a815c291074b454d4bb1a31067cd363c84df1360 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 12 Dec 2025 19:21:22 +0100 Subject: refactor(frontend): remove JS files --- backend/section.go | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/section.go') diff --git a/backend/section.go b/backend/section.go index e6e318a..ff2cf43 100644 --- a/backend/section.go +++ b/backend/section.go @@ -216,6 +216,7 @@ func (s *Section) parse(d *sectionData, mu *sync.Mutex, path, slug string) bool panic(err) } var ok bool + d.data.URL = fmt.Sprintf("/%s/%s", s.URI, slug) d.Content, ok = parse(b, &d.EntryInfo, d.data) if !ok { return false -- cgit v1.2.3