soundcloud and more space for floaty fren
This commit is contained in:
parent
fad58454b6
commit
3c70d18756
3 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
}
|
|
@ -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',
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<div class="floating">
|
||||
<img class="them" src="./assets/images/them.png" alt="Sor's Icon" srcset="">
|
||||
</div>
|
||||
<br>
|
||||
{{#each social}}
|
||||
<div id="{{name}}" ><a href="https://{{link}}">{{name}}</a></div>
|
||||
{{/each}}
|
||||
|
|
Loading…
Reference in a new issue