You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
685 B

<% if (theme.services && theme.services.share == true && config.mob && config.mob.app_key && config.mob.list && page.layout == 'post' && page.share != false) { %>
6 years ago
<div class='metatag share -mob-share-list'>
<i class="left fas fa-share-alt fa-fw" aria-hidden="true"></i>
<div class="-mob-share-list share-body">
<% (config.mob.list||[]).forEach(function(item){ %>
<a class="-mob-share-<%- item.id %>" title="<%- item.name %>">
6 years ago
<% if (item.icon){ %>
<i class="<%- item.icon %> fa-fw"></i>
<% } else if (item.img){ %>
<img src="<%- item.img %>">
<% } %>
</a>
<% }) %>
</div>
</div>
<% } %>