We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad010e6 commit f932649Copy full SHA for f932649
_includes/social-buttons.html
@@ -1,9 +1,9 @@
1
<div class="navbar-end">
2
- {% for link in social %}
3
- <div class="navbar-item">
+ <div class="navbar-item buttons has-addons">
+ {% for link in social %}
4
<a class="button is-{{ link.color }}" title="{{ link.title }}" href="{{ link.url | url }}"{% if link.title == "Mastodon" %} rel="me"{% endif %}>
5
<span class="icon"><i class="{{ link.icon }}"></i></span>
6
</a>
7
- </div>
8
- {% endfor %}
+ {% endfor %}
+ </div>
9
</div>
0 commit comments