mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Complete modules related to home page, archive page and article page
This commit is contained in:
9
config/mInfo.go
Normal file
9
config/mInfo.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
type mInfo struct {
|
||||
Logo string `yaml:"logo"`
|
||||
Title string `yaml:"title"`
|
||||
Author string `yaml:"author"`
|
||||
Language string `yaml:"language"`
|
||||
Copyright string `yaml:"copyright"`
|
||||
}
|
||||
Reference in New Issue
Block a user