Docs: fix typo in template function section
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Fri, 20 Nov 2015 19:41:16 +0000 (20:41 +0100)
committerAnthony Fok <foka@debian.org>
Fri, 20 Nov 2015 20:30:27 +0000 (13:30 -0700)
docs/content/templates/functions.md

index 503702290e30ee4b5cbbec4de7740d4aa2e27830..f16a5388c7f7dbe62544716a6376067aaefb3313 100644 (file)
@@ -715,6 +715,4 @@ responses of APIs.
     {{ $resp := getJSON "https://api.github.com/repos/spf13/hugo/readme"  }}
     {{ $resp.content | base64Decode | markdownify }}
 
- The response of the Github API contains the base64-encoded version of the [README.md](https://github.com/spf13/hugo/blob/master/README.md) in the Hugo repository.
-Now we can decode it and parse the Markdown. The final output will look similar to the
-rendered version in Github.
+The response of the Github API contains the base64-encoded version of the [README.md](https://github.com/spf13/hugo/blob/master/README.md) in the Hugo repository. Now we can decode it and parse the Markdown. The final output will look similar to the rendered version on Github.