mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
Correct name of defaultView setting
This commit is contained in:
parent
d17c447561
commit
dbdb529e75
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Meteor.startup(function() {
|
|||
return (this.getDescription && this.getDescription()) || getSetting("seoDescription");
|
||||
};
|
||||
|
||||
var frontPage = ["posts_" + getSetting("frontPage", "top").toLowerCase()];
|
||||
var frontPage = ["posts_" + getSetting("defaultView", "top").toLowerCase()];
|
||||
var postPage = ["post_page", "post_page_with_slug"];
|
||||
|
||||
// Front page
|
||||
|
|
Loading…
Add table
Reference in a new issue