refine navigation and loading enteries
This commit is contained in:
parent
99548e67b7
commit
8414414f98
10 changed files with 148 additions and 41 deletions
|
|
@ -21,6 +21,7 @@ type GemlogListEntry struct {
|
|||
Slug string `json:"slug"`
|
||||
Date time.Time `json:"date"`
|
||||
ID string `json:"id"`
|
||||
Rev string `json:"rev"`
|
||||
}
|
||||
|
||||
// NewUUID generates a new UUID v4 using crypto/rand
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue