Files
chaffe-theme/header.php
2025-05-05 16:37:15 -07:00

9 lines
367 B
PHP

<?php
// This file will build the HTML <head> section like a typical custom WordPress
// theme. It will also include the opening body tag, and all expected function
// calls are handled for you by the custom Handlerbar helpers that come with
// RAD. Check out the docs here:
// https://rad-theme-engine.ofco.cloud/docs/guides/helpers/
echo site()->render("header");