Fix consistency of link target on summary Further to 6a44f79db797675fa5a253d454ceb1c3acb3bff0
@@ -38,7 +38,7 @@
</h3>
{{ with $summary }}
- <a href="{{ $link }}" class="summary-link">
+ <a href="{{ $link }}" {{ $target | safeHTMLAttr }} class="summary-link">
<div class="article-style">
{{.}}
</div>