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:
Dillon 2020-01-29 14:50:33 +08:00 committed by GitHub
commit ed5df03e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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>