mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Remove historical rssURI config
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
843fcd19d4
commit
55251aa890
@@ -953,7 +953,6 @@ var tocPageWithShortcodesInHeadingsExpected = `<nav id="TableOfContents">
|
||||
|
||||
var multiSiteTOMLConfigTemplate = `
|
||||
baseURL = "http://example.com/blog"
|
||||
rssURI = "index.xml"
|
||||
|
||||
paginate = 1
|
||||
disablePathToLower = true
|
||||
@@ -1011,7 +1010,6 @@ lag = "lag"
|
||||
|
||||
var multiSiteYAMLConfigTemplate = `
|
||||
baseURL: "http://example.com/blog"
|
||||
rssURI: "index.xml"
|
||||
|
||||
disablePathToLower: true
|
||||
paginate: 1
|
||||
@@ -1071,7 +1069,6 @@ Languages:
|
||||
var multiSiteJSONConfigTemplate = `
|
||||
{
|
||||
"baseURL": "http://example.com/blog",
|
||||
"rssURI": "index.xml",
|
||||
"paginate": 1,
|
||||
"disablePathToLower": true,
|
||||
"defaultContentLanguage": "{{ .DefaultContentLanguage }}",
|
||||
|
Reference in New Issue
Block a user