Move information on layouts into main README since Hugo was actually trying to parse it as a layout file.

This commit is contained in:
2025-11-21 11:23:52 -07:00
parent ed79eb891c
commit 80f8880aa9
2 changed files with 36 additions and 17 deletions

View File

@@ -1,17 +0,0 @@
Short codes provide code utility in content files. They can call partials but not other short codes.
`comment.html` is intentionally blank, it allows comments in content files which do nothing.
For block comments, use `hide.html` such as:
```
{{< hide >}}
lalala
this is markdown content
# secret section not published yet
super duper unfinished content
{{< /hide >}}
```