ORIENT/themes/modern2/partials/new/social.htm

36 lines
857 B
HTML

[viewBag]
==
<div class="header-right article-links">
<ul class="header-ext">
{% if this.theme.facebook %}
<li>
<a href="{{ this.theme.facebook }}">
<img src="{{'assets/new/icons/fb.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
{% if this.theme.instagram %}
<li>
<a href="{{ this.theme.instagram }}">
<img src="{{'assets/new/icons/insta.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
{% if this.theme.telegram %}
<li>
<a href="{{ this.theme.telegram }}">
<img src="{{'assets/new/icons/tg.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
{% if this.theme.twitter %}
<li>
<a href="{{ this.theme.twitter }}">
<img src="{{'assets/new/icons/twit.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
</ul>
</div>