Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e64a33

Browse files
author
root
committed
remove dependency on footer-links-active
1 parent5440f4e commit8e64a33

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

‎_includes/footer.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<divclass="row">
44
<divclass="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
55
<ulclass="list-inline text-center footer-links">
6-
{% if site.author.facebookand site.footer-links-active.facebook%}
6+
{% if site.author.facebook %}
77
<li>
88
<ahref="https://www.facebook.com/{{ site.author.facebook }}"title="Facebook">
99
<spanclass="fa-stack fa-lg">
@@ -13,7 +13,7 @@
1313
</a>
1414
</li>
1515
{% endif %}
16-
{% if site.author.githuband site.footer-links-active.github%}
16+
{% if site.author.github %}
1717
<li>
1818
<ahref="https://github.com/{{ site.author.github }}"title="GitHub">
1919
<spanclass="fa-stack fa-lg">
@@ -23,7 +23,7 @@
2323
</a>
2424
</li>
2525
{% endif %}
26-
{% if site.author.twitter and site.footer-links-active.twitter %}
26+
{% if site.author.twitter %}
2727
<li>
2828
<ahref="https://twitter.com/{{ site.author.twitter }}"title="Twitter">
2929
<spanclass="fa-stack fa-lg">
@@ -33,7 +33,7 @@
3333
</a>
3434
</li>
3535
{% endif %}
36-
{% if site.author.redditand site.footer-links-active.reddit%}
36+
{% if site.author.reddit %}
3737
<li>
3838
<ahref="https://reddit.com/u/{{ site.author.reddit }}"title="Reddit">
3939
<spanclass="fa-stack fa-lg">
@@ -43,7 +43,7 @@
4343
</a>
4444
</li>
4545
{% endif %}
46-
{% if site.author.google-plusand site.footer-links-active.google-plus%}
46+
{% if site.author.google-plus %}
4747
<li>
4848
<ahref="https://plus.google.com/{{ site.author.google-plus }}"title="Google+">
4949
<spanclass="fa-stack fa-lg">
@@ -53,7 +53,7 @@
5353
</a>
5454
</li>
5555
{% endif %}
56-
{% if site.author.email and site.footer-links-active.email %}
56+
{% if site.author.email %}
5757
<li>
5858
<ahref="mailto:{{ site.author.email }}"title="Email me">
5959
<spanclass="fa-stack fa-lg">
@@ -63,7 +63,7 @@
6363
</a>
6464
</li>
6565
{% endif %}
66-
{% if site.author.linkedin and site.footer-links-active.linkedin %}
66+
{% if site.author.linkedin %}
6767
<li>
6868
<ahref="https://linkedin.com/in/{{ site.author.linkedin }}"title="LinkedIn">
6969
<spanclass="fa-stack fa-lg">
@@ -73,7 +73,7 @@
7373
</a>
7474
</li>
7575
{% endif %}
76-
{% if site.author.xing and site.footer-links-active.xing %}
76+
{% if site.author.xing %}
7777
<li>
7878
<ahref="https://www.xing.com/profile/{{ site.author.xing }}"title="Xing">
7979
<spanclass="fa-stack fa-lg">
@@ -83,7 +83,7 @@
8383
</a>
8484
</li>
8585
{% endif %}
86-
{% if site.author.stackoverflow and site.footer-links-active.stackoverflow %}
86+
{% if site.author.stackoverflow %}
8787
<li>
8888
<ahref="https://stackoverflow.com/users/{{ site.author.stackoverflow }}"title="StackOverflow">
8989
<spanclass="fa-stack fa-lg">
@@ -93,7 +93,7 @@
9393
</a>
9494
</li>
9595
{% endif %}
96-
{% if site.author.snapchatand site.footer-links-active.snapchat%}
96+
{% if site.author.snapchat %}
9797
<li>
9898
<ahref="https://www.snapchat.com/add/{{ site.author.snapchat }}"title="Snapchat">
9999
<spanclass="fa-stack fa-lg">
@@ -103,7 +103,7 @@
103103
</a>
104104
</li>
105105
{% endif %}
106-
{% if site.author.instagramand site.footer-links-active.instagram%}
106+
{% if site.author.instagram %}
107107
<li>
108108
<ahref="https://www.instagram.com/{{ site.author.instagram }}"title="Instagram">
109109
<spanclass="fa-stack fa-lg">
@@ -113,7 +113,7 @@
113113
</a>
114114
</li>
115115
{% endif %}
116-
{% if site.author.youtubeand site.footer-links-active.youtube%}
116+
{% if site.author.youtube %}
117117
<li>
118118
<ahref="https://www.youtube.com/{{ site.author.youtube }}"title="YouTube">
119119
<spanclass="fa-stack fa-lg">
@@ -123,7 +123,7 @@
123123
</a>
124124
</li>
125125
{% endif %}
126-
{% if site.author.spotifyand site.footer-links-active.spotify%}
126+
{% if site.author.spotify %}
127127
<li>
128128
<ahref="https://open.spotify.com/user/{{ site.author.spotify }}"title="Spotify">
129129
<spanclass="fa-stack fa-lg">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp