Expand description
Useful hooks for stellation backend.
Functionsยง
- use_
append_ head_ content - A server-side hook that appends content to head element.
This async function is resolved after the page is completed rendered and the returned string is
appended at the location of the
<!--%STELLATION_HEAD%-->
comment inindex.html
, after other contents.