File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
{% include base_path %}
2
2
3
+ {% if site.author.github or site.author.bitbucke or site.atom_feed.hide != true %}
3
4
< div class ="page__footer-follow ">
4
5
< ul class ="social-icons ">
5
6
{% if site.data.ui-text[site.locale].follow_label %}
6
7
< li > < strong > {{ site.data.ui-text[site.locale].follow_label }}</ strong > </ li >
7
8
{% endif %}
8
- {% if site.twitter.username %}
9
- < li > < a href ="https://twitter.com/{{ site.twitter.username }} "> < i class ="fab fa-twitter-square " aria-hidden ="true "> </ i > Twitter</ a > </ li >
10
- {% endif %}
11
- {% if site.facebook.username %}
12
- < li > < a href ="https://facebook.com/{{ site.facebook.username }} "> < i class ="fab fa-facebook-square " aria-hidden ="true "> </ i > Facebook</ a > </ li >
13
- {% endif %}
14
9
{% if site.author.github %}
15
10
< li > < a href ="http://github.com/{{ site.author.github }} "> < i class ="fab fa-github " aria-hidden ="true "> </ i > GitHub</ a > </ li >
16
11
{% endif %}
22
17
{% endif %}
23
18
</ ul >
24
19
</ div >
20
+ {% endif %}
25
21
26
22
< div class ="page__footer-copyright "> © {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} < a href ="http://jekyllrb.com " rel ="nofollow "> Jekyll</ a > & < a href ="https://github.com/academicpages/academicpages.github.io "> AcademicPages</ a > , a fork of < a href ="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/ " rel ="nofollow "> Minimal Mistakes</ a > .</ div >
You can’t perform that action at this time.
0 commit comments