File tree 9 files changed +17
-17
lines changed
9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11
11
{% endif %}
12
12
13
13
< div class ="{{ include.type | default: "list " }}__item">
14
- < article class ="archive__item " itemscope itemtype ="http ://schema.org/CreativeWork ">
14
+ < article class ="archive__item " itemscope itemtype ="https ://schema.org/CreativeWork ">
15
15
{% if include.type == "grid" and teaser %}
16
16
< div class ="archive__item-teaser ">
17
17
< img src =
@@ -35,4 +35,4 @@ <h2 class="archive__item-title" itemprop="headline">
35
35
{% endif %}
36
36
{% if post.excerpt %}< p class ="archive__item-excerpt " itemprop ="description "> {{ post.excerpt | markdownify | strip_html | truncate: 160 }}</ p > {% endif %}
37
37
</ article >
38
- </ div >
38
+ </ div >
Original file line number Diff line number Diff line change 1
1
{% assign author = page.author | default: page.authors[0] | default: site.author %}
2
2
{% assign author = site.data.authors[author] | default: author %}
3
3
4
- < div itemscope itemtype ="http ://schema.org/Person ">
4
+ < div itemscope itemtype ="https ://schema.org/Person ">
5
5
6
6
{% if author.avatar %}
7
7
< div class ="author__avatar ">
@@ -43,7 +43,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
43
43
< button class ="btn btn--inverse "> {{ site.data.ui-text[site.locale].follow_label | remove: ":" | default: "Follow" }}</ button >
44
44
< ul class ="author__urls social-icons ">
45
45
{% if author.location %}
46
- < li itemprop ="homeLocation " itemscope itemtype ="http ://schema.org/Place ">
46
+ < li itemprop ="homeLocation " itemscope itemtype ="https ://schema.org/Place ">
47
47
< i class ="fas fa-fw fa-map-marker-alt " aria-hidden ="true "> </ i > < span itemprop ="name "> {{ author.location }}</ span >
48
48
</ li >
49
49
{% endif %}
Original file line number Diff line number Diff line change 1
- < article id ="comment{{ include.index }} " class ="js-comment comment " itemprop ="comment " itemscope itemtype ="http ://schema.org/Comment ">
1
+ < article id ="comment{{ include.index }} " class ="js-comment comment " itemprop ="comment " itemscope itemtype ="https ://schema.org/Comment ">
2
2
< div class ="comment__avatar-wrapper ">
3
3
< img class ="comment__avatar " src ="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=80 " alt ="{{ include.name }} ">
4
4
</ div >
5
5
< div class ="comment__content-wrapper ">
6
- < h3 class ="comment__author " itemprop ="author " itemscope itemtype ="http ://schema.org/Person ">
6
+ < h3 class ="comment__author " itemprop ="author " itemscope itemtype ="https ://schema.org/Person ">
7
7
{% unless include.url == blank %}
8
8
< span itemprop ="name "> < a rel ="external nofollow " itemprop ="url " href ="{{ include.url }} "> {{ include.name }}</ a > </ span >
9
9
{% else %}
Original file line number Diff line number Diff line change 24
24
25
25
return `
26
26
<div class="list__item">
27
- <article class="archive__item" itemscope itemtype="http ://schema.org/CreativeWork">
27
+ <article class="archive__item" itemscope itemtype="https ://schema.org/CreativeWork">
28
28
<h2 class="archive__item-title" itemprop="headline"><a href="{{ site.baseurl }}${ url } ">${ title } </a></h2>
29
29
<div class="archive__item-excerpt" itemprop="description">${ content } </div>
30
30
</article>
Original file line number Diff line number Diff line change 126
126
{% if site.og_image %}
127
127
< script type ="application/ld+json ">
128
128
{
129
- "@context" : "http ://schema.org" ,
129
+ "@context" : "https ://schema.org" ,
130
130
"@type" : "Organization" ,
131
131
"url" : { { seo_url | jsonify } } ,
132
132
"logo" : { { site_og_image | jsonify } }
137
137
{% if site.social %}
138
138
< script type ="application/ld+json ">
139
139
{
140
- "@context" : "http ://schema.org" ,
140
+ "@context" : "https ://schema.org" ,
141
141
"@type" : "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}" ,
142
142
"name" : { { site . social . name | default : site . name | jsonify } } ,
143
143
"url" : { { seo_url | jsonify } } ,
Original file line number Diff line number Diff line change 17
17
< div id ="main " role ="main ">
18
18
{% include sidebar.html %}
19
19
20
- < article class ="page " itemscope itemtype ="http ://schema.org/CreativeWork ">
20
+ < article class ="page " itemscope itemtype ="https ://schema.org/CreativeWork ">
21
21
{% if page.title %}< meta itemprop ="headline " content ="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }} "> {% endif %}
22
22
{% if page.excerpt %}< meta itemprop ="description " content ="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }} "> {% endif %}
23
23
{% if page.date %}< meta itemprop ="datePublished " content ="{{ page.date | date: "%B %d, %Y " }}"> {% endif %}
@@ -92,4 +92,4 @@ <h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label
92
92
</ div >
93
93
</ div >
94
94
{% endif %}
95
- </ div >
95
+ </ div >
Original file line number Diff line number Diff line change 9
9
{% endif %}
10
10
11
11
< div id ="main " role ="main ">
12
- < article class ="splash " itemscope itemtype ="http ://schema.org/CreativeWork ">
12
+ < article class ="splash " itemscope itemtype ="https ://schema.org/CreativeWork ">
13
13
{% if page.title %}< meta itemprop ="headline " content ="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }} "> {% endif %}
14
14
{% if page.excerpt %}< meta itemprop ="description " content ="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }} "> {% endif %}
15
15
{% if page.date %}< meta itemprop ="datePublished " content ="{{ page.date | date: "%B %d, %Y " }}"> {% endif %}
19
19
{{ content }}
20
20
</ section >
21
21
</ article >
22
- </ div >
22
+ </ div >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ $(document).ready(function() {
47
47
if ( store [ ref ] . teaser ) {
48
48
var searchitem =
49
49
'<div class="list__item">' +
50
- '<article class="archive__item" itemscope itemtype="http ://schema.org/CreativeWork">' +
50
+ '<article class="archive__item" itemscope itemtype="https ://schema.org/CreativeWork">' +
51
51
'<h2 class="archive__item-title" itemprop="headline">' +
52
52
'<a href="' + store [ ref ] . url + '" rel="permalink">' + store [ ref ] . title + '</a>' +
53
53
'</h2>' +
@@ -61,7 +61,7 @@ $(document).ready(function() {
61
61
else {
62
62
var searchitem =
63
63
'<div class="list__item">' +
64
- '<article class="archive__item" itemscope itemtype="http ://schema.org/CreativeWork">' +
64
+ '<article class="archive__item" itemscope itemtype="https ://schema.org/CreativeWork">' +
65
65
'<h2 class="archive__item-title" itemprop="headline">' +
66
66
'<a href="' + store [ ref ] . url + '" rel="permalink">' + store [ ref ] . title + '</a>' +
67
67
'</h2>' +
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ $(document).ready(function() {
500
500
if ( store [ ref ] . teaser ) {
501
501
var searchitem =
502
502
'<div class="list__item">' +
503
- '<article class="archive__item" itemscope itemtype="http ://schema.org/CreativeWork">' +
503
+ '<article class="archive__item" itemscope itemtype="https ://schema.org/CreativeWork">' +
504
504
'<h2 class="archive__item-title" itemprop="headline">' +
505
505
'<a href="' + store [ ref ] . url + '" rel="permalink">' + store [ ref ] . title + '</a>' +
506
506
'</h2>' +
@@ -514,7 +514,7 @@ $(document).ready(function() {
514
514
else {
515
515
var searchitem =
516
516
'<div class="list__item">' +
517
- '<article class="archive__item" itemscope itemtype="http ://schema.org/CreativeWork">' +
517
+ '<article class="archive__item" itemscope itemtype="https ://schema.org/CreativeWork">' +
518
518
'<h2 class="archive__item-title" itemprop="headline">' +
519
519
'<a href="' + store [ ref ] . url + '" rel="permalink">' + store [ ref ] . title + '</a>' +
520
520
'</h2>' +
You can’t perform that action at this time.
0 commit comments