Updated link to Go Docs to more helpful page

The text/template page is a better resource for how Hugo templates work as is talks about the tags and what they do.
This commit is contained in:
Bradley Nelson
2019-05-24 16:51:10 -06:00
committed by Bjørn Erik Pedersen
parent c3d83149af
commit b14dd35053
+1 -1
View File
@@ -20,7 +20,7 @@ toc: true
---
{{% note %}}
The following is only a primer on Go Templates. For an in-depth look into Go Templates, check the official [Go docs](http://golang.org/pkg/html/template/).
The following is only a primer on Go Templates. For an in-depth look into Go Templates, check the official [Go docs](https://golang.org/pkg/text/template/).
{{% /note %}}
Go Templates provide an extremely simple template language that adheres to the belief that only the most basic of logic belongs in the template or view layer.