diff options
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index b3078cf..56f3b11 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -92,13 +92,14 @@ layout: table_wrappers <span class="site-button">
<a href="{{ link.link }}" class="btn btn-{{ link.color }}">{{ link.title }}
{% if link.logo %}
- <img src="{{ link.logo }}"></img></a>
+ <img src="{{ link.logo }}"></img>
{% endif %}
{% if link.icon %}
<svg>
- <use xlink:href="{{ link.icon }}"></use></svg>
+ <use xlink:href="#{{ link.icon }}"></use></svg>
</svg>
{% endif %}
+ </a>
</span>
</li>
{% endfor %}
|