Browse Source

Fixed some issues with the footer links

master
Kenneth Skovhede 8 years ago
parent
commit
5051109716
  1. 2
      _data/footer.yml
  2. 2
      _includes/footer.html
  3. BIN
      images/googlegroups.png

2
_data/footer.yml

@ -12,7 +12,7 @@
- title: Visit us On Google Groups
image: images/googlegroups.png
url: https://gitter.im/duplicati/Lobby
url: https://groups.google.com/group/duplicati
- title: Visit us On Gitter
image: images/gitter.png

2
_includes/footer.html

@ -16,7 +16,7 @@
{% else %}
{% assign domain = site.url %}
{% endif %}
<li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}><img alt="{{ link.title }}" src="{{ site.url }}/{{ link.image }}" /></a></li>
<li><a href="{{ domain }}{{ link.url }}" title="{{ link.title }}" {% if link.url contains 'http' %}target="_blank"{% endif %}><img alt="{{ link.title }}" src="{{ site.url }}/{{ link.image }}" /></a></li>
{% endfor %}
</ul>
{% endfor %}

BIN
images/googlegroups.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save