浏览代码

Merge branch 'hotfix/docs' into develop

zhixin 4 年之前
父节点
当前提交
5aac76006c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      site/_includes/supports.html

+ 1 - 1
site/_includes/supports.html

@@ -42,7 +42,7 @@
           :title="'$' + support.totalDonations + ' by ' + support.name || support.slug"
           :title="'$' + support.totalDonations + ' by ' + support.name || support.slug"
           class="support-item"
           class="support-item"
           target="_blank"
           target="_blank"
-          rel="nofollow"
+          :rel="support.rel || 'nofollow'"
         >
         >
           <img
           <img
             :class="rank.title"
             :class="rank.title"