Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article[F Frontmatter] struct { Frontmatter F Content template.HTML }
type Frontmatter ¶
type Frontmatter interface {
posts.Frontmatter | projects.Frontmatter | index.Frontmatter
GetDate() time.Time
GetTitle() string
Genre() string
}
Click to show internal directories.
Click to hide internal directories.