Skip to content

Hyperscript

Stuart George edited this page Dec 10, 2024 · 4 revisions

External ref: hyperscript.org

Loading image src from pageData

pageData is a window var loaded from the Page struct as json. The following will set the image src on load:

<img _="init set me.src to window.pageData.featured_image" alt="Featured Image">

This allows the use of the page data within static content.

Clone this wiki locally