🏷️ Added File property for Site domain

This commit is contained in:
Maxim Lebedev 2023-11-10 17:14:50 +06:00
parent 9eaf9cd391
commit 753e22ad9a
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ import (
type Site struct {
Language language.Tag
BaseURL *url.URL
TimeZone *time.Location
Params map[string]any
TimeZone *time.Location
File File
Title string
Resources Resources
}