浏览代码

fix(view): inconsistency with external links in Compact view

As reported here: https://discord.com/channels/722225264733716590/742863504515793149/775671255600070686
George Cushen 4 年之前
父节点
当前提交
6a44f79db7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wowchemy/layouts/partials/li_compact.html

+ 1 - 1
wowchemy/layouts/partials/li_compact.html

@@ -38,7 +38,7 @@
     </h3>
     </h3>
 
 
     {{ with $summary }}
     {{ with $summary }}
-    <a href="{{ $item.RelPermalink }}" class="summary-link">
+    <a href="{{ $link }}" class="summary-link">
       <div class="article-style">
       <div class="article-style">
         {{.}}
         {{.}}
       </div>
       </div>