We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5131c commit a3b40d0Copy full SHA for a3b40d0
_includes/footer.html
@@ -10,6 +10,13 @@
10
</a>
11
</li>
12
</ul>{% endif %}
13
+{% if site.linkedin %}<ul class="list-inline mb-0">
14
+ <li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="" aria-label="Linkedin" data-original-title="Linkedin">
15
+ <a class="text-white" target="_blank" href="https://linkedin.com/in/{{ site.linkedin }}">
16
+ <i class="fab fa-linkedin"></i>
17
+ </a>
18
+ </li>
19
+</ul>{% endif %}
20
</div>
21
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3">
22
<ul class="list-inline mb-0">
0 commit comments