index: Hacer todo el título un link
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Cat /dev/Nulo 2021-11-12 15:30:23 -03:00
parent 4ab9045d8a
commit 2564195670

View file

@ -14,8 +14,10 @@
{{range .NFTs}} {{range .NFTs}}
<figure> <figure>
<h3> <h3>
<a href="/nfts/{{.Id}}">{{.Asset.Name}}</a> <a href="/nfts/{{.Id}}">
(<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>) {{.Asset.Name}}
(<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>)
</a>
</h3> </h3>
{{template "embed-nft" .}} {{template "embed-nft" .}}
</figure> </figure>