fix linkedin link
This commit is contained in:
parent
ed3c834d07
commit
d505fbe2d9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ layout: default
|
||||||
|
|
||||||
<div class="page crapaud">
|
<div class="page crapaud">
|
||||||
{% if page.twitter %}<a href="https://twitter.com/{{ page.twitter }}" class="crap-social"><i class="iconside iconm-twitter"> </i></a>{% endif %}
|
{% if page.twitter %}<a href="https://twitter.com/{{ page.twitter }}" class="crap-social"><i class="iconside iconm-twitter"> </i></a>{% endif %}
|
||||||
{% if page.linkedin %}<a href="{{ page.twitter }}" class="crap-social"><i class="iconside iconm-linkedin2"> </i></a>{% endif %}
|
{% if page.linkedin %}<a href="{{ page.linkedin }}" class="crap-social"><i class="iconside iconm-linkedin2"> </i></a>{% endif %}
|
||||||
<h1 class="page-title">{{ page.title }}</h1>
|
<h1 class="page-title">{{ page.title }}</h1>
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<div class="description">{{ page.description}}</div>
|
<div class="description">{{ page.description}}</div>
|
||||||
|
|
Loading…
Reference in a new issue