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

As reported here: https://discord.com/channels/722225264733716590/742863504515793149/775671255600070686
This commit is contained in:
George Cushen 2020-11-10 20:28:15 +00:00
commit 6a44f79db7

View file

@ -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>