From 2be1c8060a0dcd02482c569c1f41d3d74f340141 Mon Sep 17 00:00:00 2001 From: Conor Okus Date: Fri, 6 Jan 2023 22:33:15 +0000 Subject: [PATCH] Adds LDK Google Calendar link to footer --- docs/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b403910ec..e6a07b39f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -224,6 +224,11 @@ module.exports = { link: discordUrl, rel: 'noopener noreferrer' }, + { + text: 'LDK Calendar', + link: "https://calendar.google.com/calendar/embed?src=c_e6fv6vlshbpoob2mmbvblkkoj4%40group.calendar.google.com", + rel: 'noopener noreferrer' + }, { text: 'LDK Review Club', link: "http://ldk.reviews/",