Add 500px and GitLab

This commit is contained in:
Frank Lam
2018-03-25 02:53:04 -07:00
committed by Michael Noronha
parent 508953fc7e
commit 4d4c5a691f
3 changed files with 16 additions and 0 deletions

View File

@@ -25,6 +25,18 @@
</div>
<div class="icons">
{{ if .Site.Params._500px }}
<a href="https://500px.com/{{ .Site.Params._500px }}" target="_blank">
<img class="icon" src="{{ .Site.BaseURL }}img/500px.svg" alt="500px" />
</a>
{{ end }}
{{ if .Site.Params.gitlab }}
<a href="https://gitlab.com/{{ .Site.Params.gitlab }}" target="_blank">
<img class="icon" src="{{ .Site.BaseURL }}img/gitlab.svg" alt="gitlab" />
</a>
{{ end }}
{{ if .Site.Params.facebook }}
<a href="https://facebook.com/{{ .Site.Params.facebook }}" target="_blank">
<img class="icon" src="{{ .Site.BaseURL }}img/facebook.svg" alt="facebook" />