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:
parent
36330e876c
commit
95e29fb516
|
@ -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 }}" />
|
||||
|
|
Loading…
Reference in New Issue