From 3d0aef2ceecabaa9290a2e585a202f4862e181c5 Mon Sep 17 00:00:00 2001 From: Martin Allien Date: Fri, 18 Jun 2021 16:58:14 +0200 Subject: [PATCH] footer: add Reddit link --- config/_default/menus.toml | 6 ++++++ layouts/partials/footer/footer.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 32a7a21..1a5bc9a 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -58,6 +58,12 @@ post = "v0.1.0" weight = 20 +[[social]] + name = "Reddit" + pre = "" + url = "https://www.reddit.com/r/kerberos_io/" + weight = 30 + [[footer]] name = "Kerberos Opensource" url = "https://kerberos.io/product/open-source/" diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index 7a468b2..e5d3926 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -12,7 +12,7 @@ {{ range .Site.Menus.social -}} {{ end -}}