File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,24 @@ emails:
29
29
30
30
31
31
social :
32
- facebook-official : //facebook.com/StudentRobotics
33
- twitter : //twitter.com/studentrobotics
34
- youtube : //youtube.com/StudentRobotics
35
- github : //github.com/srobo
32
+ - title : GitHub
33
+ icon : github
34
+ link : https://github.com/srobo
35
+ - title : Twitter
36
+ icon : twitter
37
+ link : https://twitter.com/studentrobotics
38
+ - title : YouTube
39
+ icon : youtube-play
40
+ link : https://youtube.com/user/StudentRobotics
41
+ - title : Instagram
42
+ icon : instagram
43
+ link : https://www.instagram.com/student_robotics/
44
+ - title : Facebook
45
+ icon : facebook-official
46
+ link : https://facebook.com/StudentRobotics
47
+ - title : LinkedIn
48
+ icon : linkedin
49
+ link : https://www.linkedin.com/company/10969472/
36
50
37
51
exclude :
38
52
- README.md
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ <h4> </h4>
40
40
< div class ="column d-6-12 text-right ">
41
41
< ul class ="social-media-links ">
42
42
{% for account in site.social %}
43
- < li > < a href ="{{ account[1] }} "> < i class ="fa fa-{{ account[0] }} " aria-hidden ="true "> </ i > </ a > </ li >
43
+ < li > < a href ="{{ account.link }} "> < i class ="fa fa-{{ account.icon }} " aria-hidden ="true " title =" {{ account.title }} "> </ i > </ a > </ li >
44
44
{% endfor %}
45
45
</ ul >
46
46
</ div >
Original file line number Diff line number Diff line change 6
6
< title > {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</ title >
7
7
< meta name ="description " content ="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %} ">
8
8
9
- < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.5 .0/css/font-awesome.min.css ">
9
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.7 .0/css/font-awesome.min.css ">
10
10
< link rel ="stylesheet " href ="{{ '/css/main.css' | prepend: site.baseurl }} ">
11
11
12
12
{% if page.extra_css %}
You can’t perform that action at this time.
0 commit comments