File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change
1
+ {% if site.footer-links.dribbble %}< a href ="http://dribbble.com/{{ site.footer-links.dribbble }} "> {% include svg-icons/dribbble.html %}</ a > {% endif %}
2
+ {% if site.footer-links.email %}< a href ="mailto: {{ site.footer-links.email }} "> {% include svg-icons/email.html %}</ a > {% endif %}
3
+ {% if site.footer-links.facebook %}< a href ="http://facebook.com/{{ site.footer-links.facebook }} "> {% include svg-icons/facebook.html %}</ a > {% endif %}
4
+ {% if site.footer-links.flickr %}< a href ="http://flickr.com/{{ site.footer-links.flickr }} "> {% include svg-icons/flickr.html %}</ a > {% endif %}
5
+ {% if site.footer-links.github %}< a href ="http://github.com/{{ site.footer-links.github }} "> {% include svg-icons/github.html %}</ a > {% endif %}
6
+ {% if site.footer-links.instagram %}< a href ="http://instagram.com/{{ site.footer-links.instagram }} "> {% include svg-icons/instagram.html %}</ a > {% endif %}
7
+ {% if site.footer-links.linkedin %}< a href ="http://linkedin.com/in/{{ site.footer-links.linkedin }} "> {% include svg-icons/linkedin.html %}</ a > {% endif %}
8
+ {% if site.footer-links.pinterest %}< a href ="http://pinterest.com/{{ site.footer-links.pinterest }} "> {% include svg-icons/pinterest.html %}</ a > {% endif %}
9
+ {% if site.footer-links.rss %}< a href ="{{ site.baseurl }}/feed.xml "> {% include svg-icons/rss.html %}</ a > {% endif %}
10
+ {% if site.footer-links.twitter %}< a href ="http://twitter.com/{{ site.footer-links.twitter }} "> {% include svg-icons/twitter.html %}</ a > {% endif %}
Original file line number Diff line number Diff line change @@ -47,16 +47,7 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
47
47
< div class ="wrapper-footer ">
48
48
< div class ="container ">
49
49
< footer class ="footer ">
50
- {% if site.footer-links.dribbble %}< a href ="http://dribbble.com/{{ site.footer-links.dribbble }} "> {% include svg-icons/dribbble.html %}</ a > {% endif %}
51
- {% if site.footer-links.email %}< a href ="mailto: {{ site.footer-links.email }} "> {% include svg-icons/email.html %}</ a > {% endif %}
52
- {% if site.footer-links.facebook %}< a href ="http://facebook.com/{{ site.footer-links.facebook }} "> {% include svg-icons/facebook.html %}</ a > {% endif %}
53
- {% if site.footer-links.flickr %}< a href ="http://flickr.com/{{ site.footer-links.flickr }} "> {% include svg-icons/flickr.html %}</ a > {% endif %}
54
- {% if site.footer-links.github %}< a href ="http://github.com/{{ site.footer-links.github }} "> {% include svg-icons/github.html %}</ a > {% endif %}
55
- {% if site.footer-links.instagram %}< a href ="http://instagram.com/{{ site.footer-links.instagram }} "> {% include svg-icons/instagram.html %}</ a > {% endif %}
56
- {% if site.footer-links.linkedin %}< a href ="http://linkedin.com/in/{{ site.footer-links.linkedin }} "> {% include svg-icons/linkedin.html %}</ a > {% endif %}
57
- {% if site.footer-links.pinterest %}< a href ="http://pinterest.com/{{ site.footer-links.pinterest }} "> {% include svg-icons/pinterest.html %}</ a > {% endif %}
58
- {% if site.footer-links.rss %}< a href ="{{ site.baseurl }}/feed.xml "> {% include svg-icons/rss.html %}</ a > {% endif %}
59
- {% if site.footer-links.twitter %}< a href ="http://twitter.com/{{ site.footer-links.twitter }} "> {% include svg-icons/twitter.html %}</ a > {% endif %}
50
+ {% include svg-icons.html %}
60
51
</ footer >
61
52
</ div >
62
53
</ div >
You can’t perform that action at this time.
0 commit comments