mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
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:
committed by
Bjørn Erik Pedersen
parent
c3d83149af
commit
b14dd35053
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user