mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added post search module
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
|
||||
// MPost post metadata
|
||||
type MPost struct {
|
||||
Index uint64 `yaml:"index" json:"index"`
|
||||
Title string `yaml:"title" json:"title"`
|
||||
Cover string `yaml:"cover" json:"cover"`
|
||||
Date string `yaml:"date" json:"date"`
|
||||
|
||||
Reference in New Issue
Block a user