Merge pull request #9 from ethanmad/nojp-linkedin

Change LinkedIn url to exclude subdomain
This commit is contained in:
Keichi Takahashi 2015-05-12 21:49:03 +09:00
commit a28f43fadd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</a> </a>
{{ end }} {{ end }}
{{ with .Site.Params.linkedin }} {{ with .Site.Params.linkedin }}
<a href="https://jp.linkedin.com/in/{{ . }}" target="_blank"> <a href="https://linkedin.com/in/{{ . }}" target="_blank">
<i class="fa fa-linkedin"></i> <i class="fa fa-linkedin"></i>
</a> </a>
{{ end }} {{ end }}