mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix(view): inconsistency with external links in Compact view
As reported here: https://discord.com/channels/722225264733716590/742863504515793149/775671255600070686
This commit is contained in:
parent
1ed538027a
commit
6a44f79db7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue