Make the meta generator tag optional

This commit is contained in:
Melroy van den Berg 2023-01-22 20:38:47 +01:00 committed by GitHub
parent 6005f93781
commit 071423542a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}" />