add part old sm and change sm part
This commit is contained in:
parent
fe4557587d
commit
0d39264668
1 changed files with 12 additions and 0 deletions
|
@ -14,6 +14,18 @@
|
|||
<div id="social-media">
|
||||
{% assign sm = site.data.social-media %}
|
||||
|
|
||||
{% for entry in sm %}
|
||||
{% assign key = entry | first %}
|
||||
{% if sm[key].id %}
|
||||
<a href="{{sm[key].href}}{{sm[key].id}}" title="{{sm[key].title}}" rel="{{sm[key].rel}}">{{sm[key].link}}</a> |
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if site.data.social-media-old %}
|
||||
<div id="social-media-2">
|
||||
{% assign sm = site.data.social-media-old %}
|
||||
|
|
||||
{% for entry in sm %}
|
||||
{% assign key = entry | first %}
|
||||
{% if sm[key].id %}
|
||||
|
|
Loading…
Add table
Reference in a new issue