diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..60dbe1c --- /dev/null +++ b/functions.php @@ -0,0 +1,23 @@ +get('Version') + ); +} +add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); + + +// theme mods +// set_theme_mod( 'page_layout', 'one-column' ); + + +?> \ No newline at end of file