Update custom_code.md

This commit is contained in:
Stefan Pejcic 2025-04-30 17:08:09 +02:00 committed by GitHub
parent 7fe67f3c8b
commit 22dc95801c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ Add custom JavaScript to all pages. This is ideal for extending UI functionality
[View Documentation](https://dev.openpanel.com/customize.html#Custom-JS) [View Documentation](https://dev.openpanel.com/customize.html#Custom-JS)
## Code in Header ## Code in Header
Insert custom code directly into the <head> tag of every page. Useful for meta tags, analytics scripts, and global settings. Insert custom code directly into the head tag of every page. Useful for meta tags, analytics scripts, and global settings.
[View Documentation](https://dev.openpanel.com/customize.html#Code-in-Header) [View Documentation](https://dev.openpanel.com/customize.html#Code-in-Header)