Skip to content

Commit 17a8853

Browse files
committed
fix htmlproofer complains
1 parent fd4da24 commit 17a8853

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

_includes/social-metatags.html

-6
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@
4343
<meta name="keywords" itemprop="category" content="{{ category | escape }}" />
4444
{%endif %}
4545

46-
<meta itemprop="name" content="{{ page_title }}" />
47-
<meta itemprop="description" content="{{ page_description }}" />
48-
{%if page_image %}
49-
<meta itemprop="image" content="{{ page_image }}" />
50-
{%endif %}
51-
5246
<!-- Twitter Card data -->
5347
<meta name="twitter:card" content="summary_large_image" />
5448

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- Non social metatags -->
1717
<meta charset="utf-8">
18-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
18+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1919
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
2020
<meta name="theme-color" content="#157878">
2121
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>
2121
<a class="post-link" href="{{ post.url | absolute_url }}" title="{{ post.title }}">{{ post.title | escape }}</a>
2222
</h2>
2323

24-
<span>{{ post.excerpt | markdownify | truncatewords: 30 }}</span>
24+
{{ post.excerpt | markdownify | truncatewords: 30 }}
2525

2626
</li>
2727
{% endfor %}

0 commit comments

Comments
 (0)