feat: Initial project

This commit is contained in:
2026-04-27 11:12:16 -04:00
parent bbb5f2a459
commit 2214189c27
11 changed files with 151 additions and 188 deletions

View File

@@ -1,9 +0,0 @@
<?php
// Inject the Umami tracking code into the <head> of the site
// add_action( 'wp_head', 'umami_wp_head' );
function umami_wp_head() {
?>
<script defer src="https://umami.websimple.com/script" data-website-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"></script>
<?php
}