Skip to content

Commit

Permalink
Add note on render scope
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 9, 2024
1 parent e9ca7c3 commit e3ba746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/digging-deeper/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ you can also add custom HTML directly in the configuration file. This works espe

To add custom HTML to your layouts, you can use the `head` and `scripts` configuration options in the `config/hyde.php` file (or the `hyde.yml` file).
The HTML will be added to the `<head>` section, or just before the closing `</body>` tag, respectively.
Note that the HTML is added to all pages. If you need to add HTML to a specific page, you will need to override the layout for that page.

```php
// filepath: config/hyde.php
Expand Down

0 comments on commit e3ba746

Please sign in to comment.