mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
Adding Free Code Camp to social and fixing Hacker News Icon (#12)
Adding Free Code Camp to social and fixing Hacker News Icon
This commit is contained in:
commit
ed5df03e56
2 changed files with 5 additions and 1 deletions
|
@ -138,6 +138,7 @@ unsafe = true
|
||||||
#Pinterest = "xxxx"
|
#Pinterest = "xxxx"
|
||||||
#Reddit = "xxxx"
|
#Reddit = "xxxx"
|
||||||
#Codepen = "xxxx"
|
#Codepen = "xxxx"
|
||||||
|
#FreeCodeCamp = "xxxx"
|
||||||
#Bitbucket = "xxxx"
|
#Bitbucket = "xxxx"
|
||||||
#Stackoverflow = "xxxx"
|
#Stackoverflow = "xxxx"
|
||||||
#Weibo = "xxxx"
|
#Weibo = "xxxx"
|
||||||
|
|
|
@ -49,6 +49,9 @@
|
||||||
{{ with .Site.Params.Social.Codepen}}
|
{{ with .Site.Params.Social.Codepen}}
|
||||||
<a href="https://codepen.io/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-codepen fa-fw"></i></a>
|
<a href="https://codepen.io/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-codepen fa-fw"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.Social.FreeCodeCamp}}
|
||||||
|
<a href="https://freecodecamp.org/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-free-code-camp fa-fw"></i></a>
|
||||||
|
{{ end }}
|
||||||
{{ with .Site.Params.Social.Bitbucket}}
|
{{ with .Site.Params.Social.Bitbucket}}
|
||||||
<a href="https://bitbucket.org/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-bitbucket fa-fw"></i></a>
|
<a href="https://bitbucket.org/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-bitbucket fa-fw"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -101,7 +104,7 @@
|
||||||
<a href="https://foursquare.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-foursquare fa-fw"></i></a>
|
<a href="https://foursquare.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-foursquare fa-fw"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.Social.Hackernews}}
|
{{ with .Site.Params.Social.Hackernews}}
|
||||||
<a href="https://news.ycombinator.com/user?id={{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-ycombinator fa-fw"></i></a>
|
<a href="https://news.ycombinator.com/user?id={{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-hacker-news fa-fw"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.Social.Kickstarter}}
|
{{ with .Site.Params.Social.Kickstarter}}
|
||||||
<a href="https://kickstarter.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-kickstarter fa-fw"></i></a>
|
<a href="https://kickstarter.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-kickstarter fa-fw"></i></a>
|
||||||
|
|
Loading…
Reference in a new issue