Display project card technology tags
This commit is contained in:
parent
0104c49a4a
commit
7ce01aafa3
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue