From 10694c4840ed34da0fb057bcee3face4f9ee86a8 Mon Sep 17 00:00:00 2001
From: t404notfound <57948380+t404notfound@users.noreply.github.com>
Date: Thu, 6 Feb 2020 05:57:38 +0000
Subject: [PATCH] Add Gitea, XMPP, Matrix icon to Social icons
---
layouts/partials/home/social.html | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/home/social.html b/layouts/partials/home/social.html
index 16cc50f..6fa0389 100644
--- a/layouts/partials/home/social.html
+++ b/layouts/partials/home/social.html
@@ -1,3 +1,4 @@
+
{{- with .Site.Params.Social.Github -}}
@@ -283,6 +284,20 @@
{{- end -}}
+{{- with .Site.Params.Social.Gitea}}
+
+
+
+{{- with .Site.Params.Social.XMPP}}
+
+
+
+{{- end -}}
+{{- with .Site.Params.Social.Matrix}}
+
+
+
+{{- end -}}
{{- with .Site.Params.Social.Custom}}
{{- . | safeHTML -}}
-{{- end -}}
\ No newline at end of file
+{{- end -}}