added index date to file page
This commit is contained in:
parent
d45fa68a90
commit
3f9b863171
5 changed files with 27 additions and 11 deletions
|
|
@ -74,10 +74,11 @@ type webData struct {
|
|||
Msg string
|
||||
Query string
|
||||
|
||||
Path string
|
||||
Paths core.Paths
|
||||
Tags []string
|
||||
Data interface{}
|
||||
Path string
|
||||
Paths core.Paths
|
||||
Tags []string
|
||||
Created string
|
||||
Data interface{}
|
||||
}
|
||||
|
||||
type loginData struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue