diff options
author | arianaglande <vasco.eb21@gmail.com> | 2022-08-13 00:06:46 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:03:21 +0100 |
commit | 7a5d0ef3f1ffeb568907ed63355ac84849de7c59 (patch) | |
tree | d16e1023b72381e83532231447294124cbb317f5 | |
parent | fix header links (diff) | |
download | hack-gpon.github.io-7a5d0ef3f1ffeb568907ed63355ac84849de7c59.tar hack-gpon.github.io-7a5d0ef3f1ffeb568907ed63355ac84849de7c59.tar.gz hack-gpon.github.io-7a5d0ef3f1ffeb568907ed63355ac84849de7c59.tar.bz2 hack-gpon.github.io-7a5d0ef3f1ffeb568907ed63355ac84849de7c59.tar.lz hack-gpon.github.io-7a5d0ef3f1ffeb568907ed63355ac84849de7c59.tar.xz hack-gpon.github.io-7a5d0ef3f1ffeb568907ed63355ac84849de7c59.tar.zst hack-gpon.github.io-7a5d0ef3f1ffeb568907ed63355ac84849de7c59.zip |
-rw-r--r-- | _layouts/default.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index b3078cf..718ea9e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -89,16 +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></a>
- {% endif %}
- {% if link.icon %}
- <svg>
- <use xlink:href="{{ link.icon }}"></use></svg>
- </svg>
- {% endif %}
+ <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 %}
|