add linkedin profile
This commit is contained in:
parent
99c838ab00
commit
871a2abe57
|
@ -13,6 +13,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "https://thelinux.pro" # the base hostname & protocol for your site
|
url: "https://thelinux.pro" # the base hostname & protocol for your site
|
||||||
twitter_username: kameronkenny
|
twitter_username: kameronkenny
|
||||||
github_username: kkenny
|
github_username: kkenny
|
||||||
|
linkedin_username: kameronkenny
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
{% if site.twitter_username %}
|
{% if site.twitter_username %}
|
||||||
<a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a><br />
|
<a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if site.linkedin_username %}
|
||||||
|
<a href="https://linkedin.com/in/{{ site.linkedin_username }}">LinkedIn</a><br />
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if site.google_analytics %}
|
{% if site.google_analytics %}
|
||||||
|
|
Loading…
Reference in New Issue