Initial Commit

This commit is contained in:
2024-06-19 23:03:41 -05:00
commit 9b02d13f70
82 changed files with 2422 additions and 0 deletions

11
index.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
/**
* Without this file, WordPress will consider the theme broken.
*
* @package slick
*/
if ( current_user_can( 'activate_plugins' ) ) {
esc_html_e( 'This theme was built for the WordPress experimental full site editing feature. You need to install and activate the Gutenberg plugin to make it work. ', 'slick' );
}