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') %>