mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
hugolib, output: Fix RSSLink vs output formats
And remove the now superflous setPageURLs method.
This commit is contained in:
parent
87188496fb
commit
5761b93c96
6 changed files with 23 additions and 23 deletions
|
@ -218,7 +218,7 @@ func (s *Site) render404() error {
|
|||
p.Title = "404 Page not found"
|
||||
p.Data["Pages"] = s.Pages
|
||||
p.Pages = s.Pages
|
||||
s.setPageURLs(p, "404.html")
|
||||
p.URLPath.URL = "404.html"
|
||||
|
||||
nfLayouts := []string{"404.html"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue