Add missing closing and opening comment tags

The comment tags were split between lines and therefore caused the content within them to render as html.
This commit is contained in:
Jeremiah Valenzuela 2017-08-02 15:22:01 -05:00 committed by digitalcraftsman
parent 8353177226
commit 13a8e0b770

View File

@ -201,9 +201,9 @@ layout: mylayout
---
{{< /code >}}
<!-- See https://discourse.gohugo.io/t/path-not-works/6387 -->
<!-- ### `path`
<!-- ### `path`-->
`path` can be provided in the front matter. This will replace the actual path to the file on disk. Destination will create the destination with the same path, including the section. -->
<!--`path` can be provided in the front matter. This will replace the actual path to the file on disk. Destination will create the destination with the same path, including the section. -->
### `url`