👽 更改Anatole社交的填写方式,现在只需要填写账号

pull/21/head
ruibaby 2018-07-17 16:26:10 +08:00
parent e237e56bbb
commit 493fc48d5b
1 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
<#if options.theme_anatole_sns_twitter??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_twitter}">
<a target="_blank" href="https://twitter.com/${options.theme_anatole_sns_twitter}">
<i class="fa fa-twitter"></i>
</a>
</li>
@ -18,7 +18,7 @@
<#if options.theme_anatole_sns_facebook??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_facebook}">
<a target="_blank" href="https://www.facebook.com/${options.theme_anatole_sns_facebook}">
<i class="fa fa-facebook"></i>
</a>
</li>
@ -26,7 +26,7 @@
<#if options.theme_anatole_sns_instagram??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_instagram}">
<a target="_blank" href="https://www.instagram.com/${options.theme_anatole_sns_instagram}">
<i class="fa fa-instagram"></i>
</a>
</li>
@ -34,7 +34,7 @@
<#if options.theme_anatole_sns_dribbble??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_dribbble}">
<a target="_blank" href="https://dribbble.com/${options.theme_anatole_sns_dribbble}">
<i class="fa fa-dribbble"></i>
</a>
</li>
@ -42,7 +42,7 @@
<#if options.theme_anatole_sns_weibo??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_weibo}">
<a target="_blank" href="https://weibo.com/${options.theme_anatole_sns_weibo}">
<i class="fa fa-weibo"></i>
</a>
</li>
@ -50,7 +50,7 @@
<#if options.theme_anatole_sns_qq??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_qq}">
<a target="_blank" href="tencent://message/?uin=${options.theme_anatole_sns_qq}&Site=&Menu=yes">
<i class="fa fa-qq"></i>
</a>
</li>
@ -58,7 +58,7 @@
<#if options.theme_anatole_sns_telegram??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_telegram}">
<a target="_blank" href="https://t.me/${options.theme_anatole_sns_telegram}">
<i class="fa fa-telegram"></i>
</a>
</li>
@ -74,7 +74,7 @@
<#if options.theme_anatole_sns_github??>
<li>
<a target="_blank" href="${options.theme_anatole_sns_github}">
<a target="_blank" href="https://github.com/${options.theme_anatole_sns_github}">
<i class="fa fa-github"></i>
</a>
</li>