GitLab toegevoegd en tekst GitHub aangepast
This commit is contained in:
parent
fae339af17
commit
e5b0e6e4ca
2 changed files with 5 additions and 1 deletions
|
@ -63,7 +63,10 @@
|
|||
|
||||
<ul class="list">
|
||||
{{ if .social.github }}
|
||||
<li><img class="m-r-small" src="/afbeeldingen/iconen/github.svg" height="{{ $.Site.Params.smallIconSize }}" width="{{ $.Site.Params.smallIconSize }}" alt="GitHub-icoon"> <a href="https://github.com/{{ .social.github }}">{{ .social.github }} op GitHub</a></li>
|
||||
<li><img class="m-r-small" src="/afbeeldingen/iconen/github.svg" height="{{ $.Site.Params.smallIconSize }}" width="{{ $.Site.Params.smallIconSize }}" alt="GitHub-icoon"> <a href="https://github.com/{{ .social.github }}">{{ .social.github }}</a></li>
|
||||
{{ end }}
|
||||
{{ if .social.gitlab }}
|
||||
<li><img class="m-r-small" src="/afbeeldingen/iconen/gitlab.svg" height="{{ $.Site.Params.smallIconSize }}" width="{{ $.Site.Params.smallIconSize }}" alt="GitLab-icoon"> <a href="https://gitlab.com/{{ .social.gitlab }}">{{ .social.gitlab }}</a></li>
|
||||
{{ end }}
|
||||
{{ if .social.hubzilla }}
|
||||
<li><img class="m-r-small" src="/afbeeldingen/iconen/message.svg" height="{{ $.Site.Params.smallIconSize }}" width="{{ $.Site.Params.smallIconSize }}" alt="Hubzilla-icoon"> <a href="{{ .social.hubzilla_url }}">{{ .social.hubzilla }}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue