Explorar o código

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

As reported here: https://discord.com/channels/722225264733716590/742863504515793149/775671255600070686
George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
6a44f79db7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wowchemy/layouts/partials/li_compact.html

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

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