diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 21:01:57 +0100 | 
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 21:01:57 +0100 | 
| commit | 128f921d20e43df96ecb23c68791450f779abdfc (patch) | |
| tree | e1ace80e1fd6f1b3520a67ce6f03baa51ee27053 /_layouts | |
| parent | ff668ad0424fc9ce1d924e0b40eeec3264271c39 (diff) | |
update post metadata
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 9a48c60..a86a808 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,9 +4,8 @@  	<meta charset="UTF-8">  	<meta name="viewport" content="width=device-width, initial-scale=1.0">  	<meta name="color-scheme" content="light dark"> -	<meta property='og:site_name' content='{{ page.date }}' /> +	<meta property='og:site_name' content='{{ site.title }}' />  	<meta property='og:title' content='{{ page.title }}' /> -	<meta property='og:description' content='{{ page.subtitle }}' />  	{% if page.post %}  	<title>{{ page.title }} - {{ site.title }}</title>  	{% else %}  |