This commit is contained in:
Matt Batchelder
2026-02-20 21:28:00 -05:00
commit 19ee98c68d
37 changed files with 9405 additions and 0 deletions

14
theme/index.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/**
* Fallback template — required by WordPress for all themes.
*
* In a Full Site Editing (block) theme the actual rendering is handled
* by the HTML templates in /templates/ and /parts/. This file exists
* solely to satisfy WordPress' theme validation requirement.
*
* @package OTS_Theme
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}