From 6e715d4af433c94fb322fa5dae0a793e421df7d3 Mon Sep 17 00:00:00 2001 From: Christian Jung Date: Wed, 16 Nov 2022 13:46:43 +0100 Subject: add GitLab social links --- exampleSite/config.toml | 1 + layouts/partials/sns-links.html | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8d2871d..91d71b1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -94,6 +94,7 @@ facebook = "johndoe" zhihu = "johndoe" weibo = "johndoe" github = "johndoe" +gitlab = "johndoe" linkedin = "johndoe" [[params.friends]] 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 @@ {{ end }} + {{ with $social.gitlab }} +
  • + + + + + + +
  • + {{ end }} {{ with $social.linkedin }}
  • -- cgit v1.2.3