File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Custom Dictionary Words
2
2
browserconfig
3
+ endunless
3
4
jemoji
4
5
streetsidesoftware
Original file line number Diff line number Diff line change @@ -123,4 +123,6 @@ tag_archive:
123
123
type : liquid
124
124
path : /tags/
125
125
126
+ atom_feed :
127
+ hide : true
126
128
# cspell:ignore jemoji
Original file line number Diff line number Diff line change
1
+ < div class ="page__footer-follow ">
2
+ < ul class ="social-icons ">
3
+ {% if site.data.ui-text[site.locale].follow_label %}
4
+ < li > < strong > {{ site.data.ui-text[site.locale].follow_label }}</ strong > </ li >
5
+ {% endif %}
6
+
7
+ {% if site.footer.links %}
8
+ {% for link in site.footer.links %}
9
+ {% if link.label and link.url %}
10
+ < li > < a href ="{{ link.url }} " rel ="nofollow noopener noreferrer "> < i
11
+ class ="{{ link.icon | default: 'fas fa-link' }} " aria-hidden ="true "> </ i > {{ link.label }}</ a > </ li >
12
+ {% endif %}
13
+ {% endfor %}
14
+ {% endif %}
15
+
16
+ {% unless site.atom_feed.hide %}
17
+ < li > < a
18
+ href ="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %} "> < i
19
+ class ="fas fa-fw fa-rss-square " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].feed_label
20
+ | default: "Feed" }}</ a > </ li >
21
+ {% endunless %}
22
+ </ ul >
23
+ </ div >
24
+
25
+ < div class ="page__footer-copyright "> © {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}.</ div >
Original file line number Diff line number Diff line change
1
+ <!-- start custom footer snippets -->
2
+
3
+ <!-- end custom footer snippets -->
You can’t perform that action at this time.
0 commit comments