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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user