mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 13:06:41 -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");
|
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"];
|
var postPage = ["post_page", "post_page_with_slug"];
|
||||||
|
|
||||||
// Front page
|
// Front page
|
||||||
|
|
Loading…
Add table
Reference in a new issue