diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-13 00:06:36 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:03:22 +0100 |
commit | d79f04d162af379e6102156ae3ca212c0621eca3 (patch) | |
tree | 5f2569a5ec4d6902507a0b0870f9ef95d70cdd3a | |
parent | fix header links (diff) | |
download | hack-gpon.github.io-d79f04d162af379e6102156ae3ca212c0621eca3.tar hack-gpon.github.io-d79f04d162af379e6102156ae3ca212c0621eca3.tar.gz hack-gpon.github.io-d79f04d162af379e6102156ae3ca212c0621eca3.tar.bz2 hack-gpon.github.io-d79f04d162af379e6102156ae3ca212c0621eca3.tar.lz hack-gpon.github.io-d79f04d162af379e6102156ae3ca212c0621eca3.tar.xz hack-gpon.github.io-d79f04d162af379e6102156ae3ca212c0621eca3.tar.zst hack-gpon.github.io-d79f04d162af379e6102156ae3ca212c0621eca3.zip |
-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 %}
|