closes #82
This commit is contained in:
parent
7125f26feb
commit
98ea565923
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
};
|
||||
|
||||
$: origin = getOrigin(baseUrl);
|
||||
$: canonicalUrl = origin + pageUrl.pathname;
|
||||
$: canonicalUrl = (origin + pageUrl.pathname).replace(/index\.html\/$/, '');
|
||||
|
||||
const orgLdJson = {
|
||||
'@context': 'http://schema.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue