Display project card technology tags

This commit is contained in:
宋奕锟 2021-02-27 10:05:01 +08:00
parent 0104c49a4a
commit 7ce01aafa3

View file

@ -26,6 +26,14 @@
</a>
<div class="card-body text-justify pt-1 pb-1">
<p>{{ .summary | markdownify }}</p>
<!-- Display project card technology tags -->
<span>
{{ range $index,$tag:= .tags }}
<a target="#">
{{ $tag }}
</a>
{{ end }}
</span>
<span class="float-right">
{{ if .repo }}
<a