mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
output: Add output type
This commit is contained in:
@@ -1886,8 +1886,8 @@ func kindFromFilename(filename string) string {
|
||||
|
||||
// TODO(bep) output
|
||||
var (
|
||||
mediaTypesWithRSS = media.Types{media.HtmlType, media.RSSType}
|
||||
mediaTypesHTML = media.Types{media.HtmlType}
|
||||
mediaTypesWithRSS = media.Types{media.HTMLType, media.RSSType}
|
||||
mediaTypesHTML = media.Types{media.HTMLType}
|
||||
)
|
||||
|
||||
func (p *Page) setValuesForKind(s *Site) {
|
||||
|
Reference in New Issue
Block a user