diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md index 68f043403..c02f38fa8 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -151,7 +151,7 @@ Go Templates only ship with a few basic functions but also provide a mechanism f ``` -Note that both examples make use of Go Template's [math functions][]. +Note that both examples make use of Go Template's [math]][] functions. {{% note "Additional Boolean Operators" %}} There are more boolean operators than those listed in the Hugo docs in the [Go Template documentation](https://golang.org/pkg/text/template/#hdr-Functions). @@ -184,7 +184,7 @@ Example of including a `layouts/partials/header.html` partial: The `template` function was used to include *partial* templates in much older Hugo versions. Now it's useful only for calling -[*internal* templates][internal_templates]. The syntax is `{{ template +[*internal* templates][internal templates]. The syntax is `{{ template "_internal/