From 3c70d187568aa20c95ea097956ec2df1dc04e20a Mon Sep 17 00:00:00 2001 From: ry Date: Tue, 18 Feb 2020 22:01:40 +0100 Subject: [PATCH] soundcloud and more space for floaty fren --- constants.js | 3 ++- server.js | 3 +++ views/index.hbs | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/constants.js b/constants.js index fdbd784..53ba988 100644 --- a/constants.js +++ b/constants.js @@ -4,6 +4,7 @@ module.exports = { bandcamp: 'https://sorsor.bandcamp.com', patreon: 'https://patreon.com/sorsor', youtube: 'https://youtube.com/sorsor', - twitter: 'https://twitter.com/YaiSor' + twitter: 'https://twitter.com/YaiSor', + soundcloud: 'soundcloud.com/yaisor' } } \ No newline at end of file diff --git a/server.js b/server.js index e185e88..f81c314 100644 --- a/server.js +++ b/server.js @@ -58,6 +58,9 @@ module.exports = async =>{ social: [{ name: 'Twitter', link: 'twitter.com/yaisor', + }, { + name: 'Soundcloud', + link: 'soundcloud.com/yaisor', }, { name: 'Patreon', link: 'patreon.com/sorsor', diff --git a/views/index.hbs b/views/index.hbs index 3826815..1eb6eff 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -3,6 +3,7 @@
Sor's Icon
+
{{#each social}}
{{name}}
{{/each}}