mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add 500px and GitLab
This commit is contained in:

committed by
Michael Noronha

parent
508953fc7e
commit
4d4c5a691f
@@ -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" />
|
||||
|
Reference in New Issue
Block a user