This commit is contained in:
monty 2019-12-10 22:02:28 +01:00
parent 971b534177
commit d38b912f5b
2 changed files with 11 additions and 9 deletions

View file

@ -9,21 +9,17 @@
<div class="socials">
{{#each social}}
{{#ifeq name 'Mastodon'}}
<a rel="me" href="https://{{link}}" class="{{name}}">
<svg width="40" height="40" role="img" viewBox="0 0 24 24">
<title>{{name}} Icon</title>
<path d="{{icon.path}}"></path>
</svg></a>
{{/ifeq}}
<a href="https://{{link}}" class="{{name}}">
<svg width="40" height="40" role="img" viewBox="0 0 24 24">
<title>{{name}} Icon</title>
<path d="{{icon.path}}"></path>
</svg></a>
{{/each}}
</div>
<div id="box"></div>
</div>