mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Optimized _layouts. Merged most js libraries into one
This commit is contained in:
parent
b17812e89f
commit
84c47e3584
34 changed files with 397 additions and 682 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue