mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added about me page and fixed some bugs
This commit is contained in:
8
config/mAbout.go
Normal file
8
config/mAbout.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type mAbout struct {
|
||||
Title string `yaml:"title"`
|
||||
SRC string `yaml:"src"`
|
||||
DST string `yaml:"dst"`
|
||||
Filename string `yaml:"filename"`
|
||||
}
|
||||
Reference in New Issue
Block a user