commit
0dfdf1094e
@ -41,6 +41,7 @@ copyright = "© Copyright notice"
|
||||
twitter = "Your Twitter username"
|
||||
github = "Your GitHub username"
|
||||
linkedin = "Your LinkedIn username"
|
||||
googleplus = "Your Google+ user id"
|
||||
facebook = "Your Facebook username"
|
||||
stackoverflow = "Your Stackoverflow profile"
|
||||
# Google Analytics API key.
|
||||
|
@ -6,7 +6,12 @@
|
||||
{{ end }}
|
||||
{{ with .Site.Params.twitter }}
|
||||
<a href="https://twitter.com/{{ . }}" target="_blank">
|
||||
<i class="fa fa-twitter"></i>
|
||||
<i class="fa fa-twitter"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.googleplus }}
|
||||
<a href="https://plus.google.com/+{{ . }}" target="_blank">
|
||||
<i class="fa fa-google"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.facebook }}
|
||||
|
Loading…
Reference in New Issue
Block a user