diff options
| author | Christian Jung <software@jung-christian.de> | 2022-11-16 13:46:43 +0100 |
|---|---|---|
| committer | Christian Jung <software@jung-christian.de> | 2022-11-16 13:46:43 +0100 |
| commit | 6e715d4af433c94fb322fa5dae0a793e421df7d3 (patch) | |
| tree | 3d7392e33caecbc98ee1f4a92f495273cf39d67a /layouts | |
| parent | af2c2c3540d42b428d34094f5815db09ac8637b5 (diff) | |
add GitLab social links
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/sns-links.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/sns-links.html b/layouts/partials/sns-links.html index 86e986e..96f4ec2 100644 --- a/layouts/partials/sns-links.html +++ b/layouts/partials/sns-links.html @@ -65,6 +65,16 @@ </a> </li> {{ end }} + {{ with $social.gitlab }} + <li> + <a target="_blank" href="https://gitlab.com/{{ . }}"> + <span class="fa-stack fa-lg"> + <i class="fa fa-circle fa-stack-2x"></i> + <i class="fa fa-gitlab fa-stack-1x fa-inverse"></i> + </span> + </a> + </li> + {{ end }} {{ with $social.linkedin }} <li> <a target="_blank" href="https://www.linkedin.com/in/{{ . }}"> |
