mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
parent
f781945fd9
commit
3996b85e05
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="card-text">
|
<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">
|
<div class="card-desription">
|
||||||
{{ with $project.Params.summary }}<p>{{ . | markdownify }}</p>{{ end }}
|
{{ with $project.Params.summary }}<p>{{ . | markdownify }}</p>{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue