File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ url: "https://blackrockdigital.github.io"
9
9
twitter_username : SBootstrap
10
10
github_username : BlackrockDigital
11
11
facebook_username : StartBootstrap
12
+ instagram_username :
12
13
linkedin_username :
13
14
14
15
# Add your google-analytics ID here to activate google analytics
Original file line number Diff line number Diff line change 57
57
</ a >
58
58
</ li >
59
59
{% endif %}
60
+ {% if site.instagram_username %}
61
+ < li class ="list-inline-item ">
62
+ < a href ="https://instagram.com/{{ site.instagram_username }} ">
63
+ < span class ="fa-stack fa-lg ">
64
+ < i class ="fas fa-circle fa-stack-2x "> </ i >
65
+ < i class ="fab fa-instagram fa-stack-1x fa-inverse "> </ i >
66
+ </ span >
67
+ </ a >
68
+ </ li >
69
+ {% endif %}
60
70
</ ul >
61
71
< p class ="copyright text-muted "> Copyright © {{ site.author }} {{ 'now' | date: "%Y" }}</ p >
62
72
</ div >
You can’t perform that action at this time.
0 commit comments