Declare variable for Open Graph meta URL
This commit is contained in:
parent
c8fc0803e3
commit
46e8b6213a
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
{# Open Graph #}
|
||||
<meta property="og:url" content="https://leilukin.neocities.org/home">
|
||||
<meta property="og:url" content="https://leilukin.neocities.org/{{ meta_url }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="Leilukin's Hub">
|
||||
<meta property="og:title" content="{{ title }} | Leilukin's Hub">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: "layouts/main.njk"
|
||||
title: Home
|
||||
meta_url: home
|
||||
meta_description: Home page of Leilukin's Hub
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue