new: Added motto display on home page and archive pages

This commit is contained in:
2024-12-18 17:46:15 +08:00
parent 69f44a7271
commit 8704c7d4ff
12 changed files with 105 additions and 16 deletions

View File

@@ -6,4 +6,6 @@ type mInfo struct {
Author string `yaml:"author"`
Language string `yaml:"language"`
Copyright string `yaml:"copyright"`
Motto []string `yaml:"motto"`
}