Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feed ¶
type Feed struct {
// contains filtered or unexported fields
}
Feed is the handler for RSS/Atom feeds
type Posts ¶
type Posts struct {
// contains filtered or unexported fields
}
Posts is the handler for posts pages
func (*Posts) Front ¶
func (h *Posts) Front(w http.ResponseWriter, r *http.Request)
Front is the HTTP handler for the front page with post list
Click to show internal directories.
Click to hide internal directories.