Optimized _layouts. Merged most js libraries into one

This commit is contained in:
Oleh Zasadnyy 2014-08-22 01:01:20 +03:00
parent b17812e89f
commit 84c47e3584
34 changed files with 397 additions and 682 deletions

View file

@ -24,7 +24,7 @@
<ul class="social-links">
{% for social in site.socialLinks %}
<li>
<a href="{{ social.link }}" target="_blank">
<a href="{% if linkElement.permalink != null %} {{ linkElement.permalink | prepend: site.baseurl }} {% else %} {{ linkElement.link }} {% endif %}" target="_blank">
<svg class="icon icon-{{ social.icon }}" viewBox="0 0 30 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-{{ social.icon }}"></use>
</svg>