Template: Remove double new line

Following https://github.com/jekyll/jekyll-seo-tag/pull/438#discussion_r725032069 this cleans up the non-needed new line. All other groups in this file are separated by one new line.
This commit is contained in:
Tobias Jordans 2021-10-08 20:05:57 +02:00
parent 36330e876c
commit 95e29fb516
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@
<link rel="next" href="{{ paginator.next_page_path | absolute_url }}" />
{% endif %}
{% if seo_tag.image %}
<meta name="twitter:card" content="{{ page.twitter.card | default: site.twitter.card | default: "summary_large_image" }}" />
<meta property="twitter:image" content="{{ seo_tag.image.path }}" />