More work with titles & descriptions
This commit is contained in:
parent
a1138c8c43
commit
464af6b9d1
21 changed files with 178 additions and 51 deletions
4
imports/startup/client/meta.js
Normal file
4
imports/startup/client/meta.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/* eslint-env jquery */
|
||||
|
||||
// remove static description so it's not duplicated
|
||||
$('meta[name=description]').remove();
|
||||
|
|
@ -15,7 +15,7 @@ const backOpts = {
|
|||
jsonIndent: 2
|
||||
};
|
||||
|
||||
const forceDebug = true;
|
||||
const forceDebug = false;
|
||||
const shouldDebug = (forceDebug && !Meteor.isProduction);
|
||||
|
||||
const i18nOpts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue