Sfoglia il codice sorgente

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

As reported here: https://discord.com/channels/722225264733716590/742863504515793149/775671255600070686
George Cushen 4 anni fa
parent
commit
6a44f79db7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>