summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html13
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 %}