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}}
|
{{range .NFTs}}
|
||||||
<figure>
|
<figure>
|
||||||
<h3>
|
<h3>
|
||||||
<a href="/nfts/{{.Id}}">{{.Asset.Name}}</a>
|
<a href="/nfts/{{.Id}}">
|
||||||
|
{{.Asset.Name}}
|
||||||
(<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>)
|
(<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>)
|
||||||
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
{{template "embed-nft" .}}
|
{{template "embed-nft" .}}
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Reference in a new issue