move towards this only becoming rblicht
This commit is contained in:
parent
fa0b258c8d
commit
2a8565a84b
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
export default function () {
|
export default function () {
|
||||||
return {
|
return {
|
||||||
title: process.env.SITE === "rblicht" ? "RBLicht" : "Rik Berkelder",
|
title: "Rik Berkelder | RBLicht",
|
||||||
url: process.env.SITE == "rblicht" ? "https://rblicht.nl" : "https://riksolo.com",
|
url: process.env.SITE == "rblicht" ? "https://rblicht.nl" : "https://riksolo.com",
|
||||||
|
canonical: "https://rblicht.nl",
|
||||||
author: "Rik Berkelder",
|
author: "Rik Berkelder",
|
||||||
site: process.env.SITE || 'default'
|
site: process.env.SITE || 'default'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<meta name="language" content="English" />
|
<meta name="language" content="English" />
|
||||||
<meta name="google-site-verification" content="x17arJy33V33DYnmMYybZciXngFd8R8xn1UZRdp7qxo" />
|
<meta name="google-site-verification" content="x17arJy33V33DYnmMYybZciXngFd8R8xn1UZRdp7qxo" />
|
||||||
|
|
||||||
<link rel="canonical" href="{{site.url}}{{page.url | url}}" />
|
<link rel="canonical" href="{{site.canonical}}{{page.url | url}}" />
|
||||||
|
|
||||||
{%if tags.includes("blogpost")%}
|
{%if tags.includes("blogpost")%}
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
<meta property="og:description" content="{{description}}" />
|
<meta property="og:description" content="{{description}}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta property="og:title" content="{{title}}" />
|
<meta property="og:title" content="{{title}}" />
|
||||||
<meta property="og:url" content="{{site.url}}{{page.url | url}}" />
|
<meta property="og:url" content="{{site.canonical}}{{page.url | url}}" />
|
||||||
<meta property="og:sitename" content="{{site.title}}" />
|
<meta property="og:sitename" content="{{site.title}}" />
|
||||||
<meta property="og:image" content="{{site.url}}/img/RB-w.png" />
|
<meta property="og:image" content="{{site.url}}/img/RB-w.png" />
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue