This commit is contained in:
Melroy van den Berg 2024-03-23 13:44:01 +01:00 committed by GitHub
commit ebddf7d23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3,7 +3,9 @@
<title>{{ seo_tag.title }}</title>
{% endif %}
{% unless seo_tag.skip_generator %}
<meta name="generator" content="Jekyll v{{ jekyll.version }}" />
{% endif %}
{% if seo_tag.page_title %}
<meta property="og:title" content="{{ seo_tag.page_title }}" />