Adding Free Code Camp to social and fixing Hacker News Icon

This commit is contained in:
Jake 2019-12-03 22:12:11 -05:00
parent b556dfccc8
commit 9c4d816625
2 changed files with 5 additions and 1 deletions

View file

@ -135,6 +135,7 @@ staticDir = ["static", "../assets/others"] # static directories
#Pinterest = "xxxx"
#Reddit = "xxxx"
#Codepen = "xxxx"
#FreeCodeCamp = "xxxx"
#Bitbucket = "xxxx"
#Stackoverflow = "xxxx"
#Weibo = "xxxx"

View file

@ -49,6 +49,9 @@
{{ 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>
{{ 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}}
<a href="https://bitbucket.org/{{.}}" rel="me noopener noreffer" target="_blank"><i class="fab fa-bitbucket fa-fw"></i></a>
{{ 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>
{{ end }}
{{ 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 }}
{{ 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>