index: Hacer todo el título un link
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
4ab9045d8a
commit
2564195670
1 changed files with 4 additions and 2 deletions
|
@ -14,8 +14,10 @@
|
|||
{{range .NFTs}}
|
||||
<figure>
|
||||
<h3>
|
||||
<a href="/nfts/{{.Id}}">{{.Asset.Name}}</a>
|
||||
<a href="/nfts/{{.Id}}">
|
||||
{{.Asset.Name}}
|
||||
(<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>)
|
||||
</a>
|
||||
</h3>
|
||||
{{template "embed-nft" .}}
|
||||
</figure>
|
||||
|
|
Loading…
Reference in a new issue