From 668969fc4e6605b5fba4c1d14b7e2b48790eb981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 30 Sep 2017 15:08:16 +0200 Subject: [PATCH] Remove superflous back ticks --- content/contribute/documentation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/contribute/documentation.md b/content/contribute/documentation.md index 1bde791e9..3d5956ac2 100644 --- a/content/contribute/documentation.md +++ b/content/contribute/documentation.md @@ -168,7 +168,6 @@ This example HTML code block tells Hugo users the following: The output of this example will render to the Hugo docs as follows: -```html {{< code file="layouts/_default/single.html" download="single.html" >}} {{ define "main" }}
@@ -188,7 +187,6 @@ The output of this example will render to the Hugo docs as follows:
{{ end }} {{< /code >}} -```