Remove reference to old `pages/` directory

This commit is contained in:
Nicolás A. Ortega Froysa 2022-11-02 20:45:53 +01:00
parent 8ab0657f29
commit e0faf6c069
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ directory structure:
- `<dir>/`: the project directory.
- `site/`: contains the pages to be compiled.
- `templates/`: templates that can be used in `pages/` and can also be compiled.
- `templates/`: templates that can be used in `site/` and can also be compiled.
- `output/`: output directory of compiled HTML files.
- `config.php`: configuration file with Isidore configuration and global
variables.