mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Load blog page data as the content
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
package content
|
||||
|
||||
import (
|
||||
"code.tokarch.uk/mainnika/nikita-tokarch-uk/frontend/ghost"
|
||||
)
|
||||
|
||||
// Blog content data
|
||||
type Blog struct {
|
||||
_ interface{} `template:"blog.go.tmpl"`
|
||||
ghost.Meta
|
||||
Pinned []ghost.Post
|
||||
Posts []ghost.Post
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user