From d38b912f5b7b581999b2993a3e80df4e3d52d139 Mon Sep 17 00:00:00 2001 From: monty Date: Tue, 10 Dec 2019 22:02:28 +0100 Subject: [PATCH] fix --- server.js | 8 +++++++- views/index.hbs | 12 ++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/server.js b/server.js index 45d5806..0e07539 100644 --- a/server.js +++ b/server.js @@ -77,7 +77,13 @@ module.exports = (client) => { item: [ { name: 'portfolio', source: '/portfolio' } ], social: [ { name: 'Twitter', color: '1DA1F2', link: 'twitter.com/codepupper', icon: simpleIcons.Twitter }, - { name: 'Mastodon', color: '3088d4', link: 'pounced-on.me/@code', icon: simpleIcons.Mastodon }, + { + name: 'Mastodon', + color: '3088d4', + link: 'pounced-on.me/@code', + icon: simpleIcons.Mastodon, + verify: true + }, { name: 'Twitter', color: '1DA1F2', link: 'twitter.com/floofydev', icon: simpleIcons.Twitter }, { name: 'Discord', color: '7289da', link: 'thaldr.in/discord', icon: simpleIcons.Discord }, { name: 'Twitch', color: '6441a4', link: 'twitch.tv/codepupper', icon: simpleIcons.Twitch }, diff --git a/views/index.hbs b/views/index.hbs index 045b199..20aae4a 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -9,21 +9,17 @@
{{#each social}} - {{#ifeq name 'Mastodon'}} - - - {{name}} Icon - - - {{/ifeq}} + {{name}} Icon + {{/each}} +
- +