From 9ce901dcbbf97fa242da494e54e5b9ac418813f4 Mon Sep 17 00:00:00 2001 From: divinerites Date: Wed, 4 Apr 2018 17:05:20 +0200 Subject: [PATCH] Add a forgotten language tag (go-html-template) for code --- content/functions/where.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/functions/where.md b/content/functions/where.md index 03767f54d..eb3111215 100644 --- a/content/functions/where.md +++ b/content/functions/where.md @@ -36,7 +36,7 @@ series: golang +++ ``` -``` +```go-html-template {{ range where .Site.Pages "Params.series" "golang" }} {{ .Content }} {{ end }}