浏览代码

fix(profile): fix `social` link when mailto scheme is used

Fix #763
George Cushen 6 年之前
父节点
当前提交
e7ed2608c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layouts/partials/widgets/about.html

+ 1 - 1
layouts/partials/widgets/about.html

@@ -52,7 +52,7 @@
         {{ end }}
         <li>
           <a itemprop="sameAs" href="{{ $link | safeURL }}" {{ $target | safeHTMLAttr }}>
-            <i class="{{ $pack }} {{ $pack_prefix }}-{{ .icon }} big-icon"></i>{{ $scheme }}
+            <i class="{{ $pack }} {{ $pack_prefix }}-{{ .icon }} big-icon"></i>
           </a>
         </li>
         {{ end }}