From 3ac3539f550ba9e539831bf02a5a6676dc6b267e Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 19 Jun 2017 09:45:54 -0500 Subject: [PATCH] Fix typo on output formats --- content/templates/output-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/output-formats.md b/content/templates/output-formats.md index 4c3f430d3..0e6641c91 100644 --- a/content/templates/output-formats.md +++ b/content/templates/output-formats.md @@ -179,7 +179,7 @@ From content files, you can use the [`ref` or `relref` shortcodes](/content-mana ## Templates for Your Output Formats -A new output format needs needs a corresponding template in order to render anything useful. +A new output format needs a corresponding template in order to render anything useful. {{% note %}} The key distinction for Hugo versions 0.20 and newer is that Hugo looks at an output format's `Name` and MediaType's `Suffix` when choosing the template used to render a given `Page`.