Skip to content

Commit b6b2056

Browse files
Update README.md
1 parent 82e4633 commit b6b2056

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ After generating the site, you can copy the `index.html` file to the `public` di
103103
cp index.html ../../public/
104104
```
105105

106-
This will allow the static site to be served from the `public` directory if desired.
107-
108-
### Template and Component Nesting
106+
This will allow the static site to be served from the `public` directory if desired.
109107

108+
### Placeholders
110109
Any template file or component HTML file can include other components using the `{{component}}` syntax. When you run `run_generate_site.sh` from your project folder, these placeholders are replaced by the actual component contents.
111110

112111
### Example: Using Template Variables

0 commit comments

Comments
 (0)