halo-dev / halo-theme-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

社交——邮箱跳转到404页面

shanliao420 opened this issue · comments

<#if settings.social_email??>
                            <span class="links-of-author-item">
                                <a href="mailto:${settings.social_email!}" target="_blank" title="E-mail">
                                <#if settings.social_icon_enable!true>
                                    <i class="fa fa-fw fa-${settings.social_email_icon!'globe'}"></i>
                                </#if>
                                <#if !settings.social_icon_only!false>
                                    E-mail
                                </#if>

在href内添加mailto:即可