From a7ff51028ca64c3136092b0d8a83481909b658d8 Mon Sep 17 00:00:00 2001 From: nikurasu Date: Tue, 15 Nov 2022 10:58:34 +0100 Subject: [PATCH] FEATURE: Added verification for links to mastodon --- assets/config/config.yml | 3 ++- src/views/index.ejs | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/config/config.yml b/assets/config/config.yml index 2802be9..6e5ab77 100644 --- a/assets/config/config.yml +++ b/assets/config/config.yml @@ -8,6 +8,7 @@ links: brandcolor: "youtube" # set this if you want to set the color of the link to the brand color of a platform... color: "#0D0D0D" # or that if you want to set it to an exact color - text: "Twitter" + verify: "Mastodon" hyperlink: "test" brandcolor: "twitter" smallLinks: @@ -16,4 +17,4 @@ smallLinks: - platform: "facebook" hyperlink: "https://facebook.com" - platform: "youtube" - hyperlink: "https://youtu.be" \ No newline at end of file + hyperlink: "https://youtu.be" diff --git a/src/views/index.ejs b/src/views/index.ejs index 38305b5..d86b65b 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -14,7 +14,7 @@ -<%- include('partials/footer') %> \ No newline at end of file +<%- include('partials/footer') %>