Hey guys,
On this page: https://gohugo.io/variables/page/
I find the explanation quite confusing; there are two examples:
<h3><a href={{ printf "%s" $.Params.affiliatelink }}>Buy this book</a></h3>
<p>It was recommended by {{ .Params.recommendedby }}.</p>
So, when do I use the first example and when do I use the second? Can I not rewrite the first example as:
<a href="{{Params.affiliatelink }}">Buy this book</a>
Cheers,
Leo