parent
ea58971e86
commit
47029b5a4c
@ -1,6 +1,13 @@ |
|||||||
package content |
package content |
||||||
|
|
||||||
|
import ( |
||||||
|
"code.tokarch.uk/mainnika/nikita-tokarch-uk/frontend/ghost" |
||||||
|
) |
||||||
|
|
||||||
// Index content data
|
// Index content data
|
||||||
type Index struct { |
type Index struct { |
||||||
_ interface{} `template:"index.go.tmpl"` |
_ interface{} `template:"index.go.tmpl"` |
||||||
|
ghost.Meta |
||||||
|
Pinned []ghost.Post |
||||||
|
Posts []ghost.Post |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue