parent
47029b5a4c
commit
7a694bcbe8
@ -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 |
||||
} |
||||
|
Loading…
Reference in new issue