From 2655d3ecd44918a3ff6b8dcdff15ac45d7969d59 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 5 Aug 2018 13:26:24 +1000 Subject: [PATCH] Add Patreon link --- site/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/config.toml b/site/config.toml index ccbfabc5..bdc14de3 100644 --- a/site/config.toml +++ b/site/config.toml @@ -37,6 +37,12 @@ paginate = 20 identifier = "donate" url = "/donate" +[[menu.main]] + name = "patreon" + weight = 5 + identifier = "patreon" + url = "https://www.patreon.com/yuzuteam" + [Params] Tenant = "yuzu" BulmaPrimaryShade = "is-dark"