Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan370 committed Mar 11, 2024
1 parent 1f05f6a commit 39d52a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions themes/hexo-theme-matery/layout/_partial/social-link.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@
</a>
<% } %>

<% if (theme.socialLink.facebook) { %>
<a href="<%= theme.socialLink.facebook %>" class="tooltipped" target="_blank" data-tooltip="关注我的Facebook: <%= theme.socialLink.facebook %>" data-position="top" data-delay="50">
<i class="fab fa-facebook-f"></i>
</a>
<% } %>

<% if (theme.socialLink.twitter) { %>
<a href="<%= theme.socialLink.twitter %>" class="tooltipped" target="_blank" data-tooltip="关注我的Twitter: <%= theme.socialLink.twitter %>" data-position="top" data-delay="50">
<a href="<%= theme.socialLink.twitter %>" class="tooltipped" target="_blank" data-tooltip="Twitter: <%= theme.socialLink.twitter %>" data-position="top" data-delay="50">
<i class="fab fa-twitter"></i>
</a>
<% } %>
Expand Down

0 comments on commit 39d52a6

Please sign in to comment.