diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:04:20 +0100 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:04:20 +0100 |
commit | 79bcaf193b0c2b8a49b804dcde48d5096f8730de (patch) | |
tree | d16e1023b72381e83532231447294124cbb317f5 | |
parent | update (diff) | |
parent | fix header links (diff) | |
download | hack-gpon.github.io-79bcaf193b0c2b8a49b804dcde48d5096f8730de.tar hack-gpon.github.io-79bcaf193b0c2b8a49b804dcde48d5096f8730de.tar.gz hack-gpon.github.io-79bcaf193b0c2b8a49b804dcde48d5096f8730de.tar.bz2 hack-gpon.github.io-79bcaf193b0c2b8a49b804dcde48d5096f8730de.tar.lz hack-gpon.github.io-79bcaf193b0c2b8a49b804dcde48d5096f8730de.tar.xz hack-gpon.github.io-79bcaf193b0c2b8a49b804dcde48d5096f8730de.tar.zst hack-gpon.github.io-79bcaf193b0c2b8a49b804dcde48d5096f8730de.zip |
-rw-r--r-- | _layouts/default.html | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 56f3b11..718ea9e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -89,17 +89,9 @@ layout: table_wrappers {% if site.aux_links %}
{% for link in site.aux_links %}
<li class="aux-nav-list-item">
- <span class="site-button">
- <a href="{{ link.link }}" class="btn btn-{{ link.color }}">{{ link.title }}
- {% if link.logo %}
- <img src="{{ link.logo }}"></img>
- {% endif %}
- {% if link.icon %}
- <svg>
- <use xlink:href="#{{ link.icon }}"></use></svg>
- </svg>
- {% endif %}
- </a>
+ <span class="site-button ">
+ <a href="{{ link.last.link }}" class="btn btn-{{ link.last.color }}">{{ link.first }} <img style="width:auto;height:20px;vertical-align:middle;" src="{{ link.last.logo }}"></img></a>
+ {{ link }}
</span>
</li>
{% endfor %}
|