From 0938e423b7648026937ae67a5cd08a16b1dd0d2e Mon Sep 17 00:00:00 2001 From: James Cockshull Date: Mon, 14 Aug 2017 01:03:26 +0700 Subject: [PATCH] Fix typo in http2 server push blog --- content/news/http2-server-push-in-hugo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/http2-server-push-in-hugo.md b/content/news/http2-server-push-in-hugo.md index 76c39094e..369d0b221 100644 --- a/content/news/http2-server-push-in-hugo.md +++ b/content/news/http2-server-push-in-hugo.md @@ -66,7 +66,7 @@ Also note that this is a template for the home page, so the full `Page` with its ## 3. Add Template For the _redirects File -Add `layouts/index.redirects`: +Add `layouts/index.redir`: ```bash # Netlify redirects. See https://www.netlify.com/docs/redirects/ {{ range $p := .Site.Pages -}}