Fix a741bc6 - missing target for card_text link (#79)

This commit is contained in:
Kirill Kirilenko 2017-01-02 23:07:20 +03:00 committed by gcushen
commit 3996b85e05

View file

@ -66,7 +66,7 @@
</a>
{{ end }}
<div class="card-text">
<h4><a href="{{ $.Scratch.Get "project_url" }}">{{ .Title }}</a></h4>
<h4><a href="{{ $.Scratch.Get "project_url" }}" {{ $.Scratch.Get "target" | safeHTMLAttr }}>{{ .Title }}</a></h4>
<div class="card-desription">
{{ with $project.Params.summary }}<p>{{ . | markdownify }}</p>{{ end }}
</div>