mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
hugolib, layout: Consolidate RSS template handling
This commit is contained in:
parent
ee75e2999b
commit
3cd97951f1
6 changed files with 71 additions and 48 deletions
|
@ -148,7 +148,6 @@ func (o OutputFormat) MediaType() media.Type {
|
|||
return o.f.MediaType
|
||||
}
|
||||
|
||||
// TODO(bep) outputs consider just save this wrapper on Page.
|
||||
// OutputFormats gives the output formats for this Page.
|
||||
func (p *Page) OutputFormats() OutputFormats {
|
||||
var o OutputFormats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue