File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
< title > {{ page-title }}</ title >
30
30
31
- {% if site.gems contains "jekyll-seo-tag" %}
31
+ {% if site.plugins contains "jekyll-seo-tag" %}
32
32
<!-- jekyll-seo-tag -->
33
33
{% else %}
34
34
{% include social-metatags.html %}
35
35
{% endif %}
36
36
37
37
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | absolute_url }} ">
38
38
39
- {% if site.gems contains "jekyll-feed" %}
39
+ {% if site.plugins contains "jekyll-feed" %}
40
40
< link rel ="alternate " type ="application/rss+xml " title ="{{ site.title | escape }} " href ="{{ "/feed.xml" | absolute_url }}">
41
41
{% endif %}
42
42
@@ -112,7 +112,7 @@ <h2 class="project-date">
112
112
</ span >
113
113
114
114
<!-- RSS icon -->
115
- {% if site.gems contains "jekyll-feed" %}
115
+ {% if site.plugins contains "jekyll-feed" %}
116
116
< span class ="my-span-icon ">
117
117
< a href ="{{ "/feed.xml" | absolute_url }}" aria-label="RSS feed" title="{{ site.github.owner_name }}'s RSS feed">
118
118
< svg class ="my-svg-icon " xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 "> < path d ="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3.374 17c-.897 0-1.626-.727-1.626-1.624s.729-1.624 1.626-1.624 1.626.727 1.626 1.624-.729 1.624-1.626 1.624zm3.885 0c-.03-3.022-2.485-5.474-5.511-5.504v-2.406c4.361.03 7.889 3.555 7.92 7.91h-2.409zm4.081 0c-.016-5.297-4.303-9.571-9.592-9.594v-2.406c6.623.023 11.985 5.384 12 12h-2.408z "/> </ svg >
You can’t perform that action at this time.
0 commit comments