ref: a5bd101d272bbf0f4de78313741f0f5ec322887f
parent: c5a4c07b892128f36ec4638bfd44e5404437e066
author: digitalcraftsman <[email protected]>
date: Fri Nov 20 15:41:16 EST 2015
Docs: fix typo in template function section
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -715,6 +715,4 @@
{{ $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.