add meta generator

This commit is contained in:
Frank Taillandier 2017-09-05 23:10:26 +02:00
parent 1b66cb1522
commit cc092dd95d
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 2 additions and 0 deletions

View File

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