fix
This commit is contained in:
parent
971b534177
commit
d38b912f5b
2 changed files with 11 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue