Skip to content

Commit 256c703

Browse files
committed
add instagram link on footer
1 parent 656b571 commit 256c703

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ url: "https://blackrockdigital.github.io"
99
twitter_username: SBootstrap
1010
github_username: BlackrockDigital
1111
facebook_username: StartBootstrap
12+
instagram_username:
1213
linkedin_username:
1314

1415
# Add your google-analytics ID here to activate google analytics

_includes/footer.html

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@
5757
</a>
5858
</li>
5959
{% 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 %}
6070
</ul>
6171
<p class="copyright text-muted">Copyright &copy; {{ site.author }} {{ 'now' | date: "%Y" }}</p>
6272
</div>

0 commit comments

Comments
 (0)