Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<title>{{ seo_tag.title }}</title>
{% endif %}

{% unless site.skip_generator %}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change it by

{% unless seo_tag.skip_generator %}

It's more general

<meta name="generator" content="Jekyll v{{ jekyll.version }}" />
{% endunless %}

{% if seo_tag.page_title %}
<meta property="og:title" content="{{ seo_tag.page_title }}" />
Expand Down