diff --git a/functions.php b/functions.php index 2b08477..d72f636 100644 --- a/functions.php +++ b/functions.php @@ -3,6 +3,10 @@ * Based on TwentyTen functions and definitions **/ + +// enqueue styles +wp_enqueue_style( 'style', get_stylesheet_uri() ); + //include 'plugins/drop-caps/wp_drop_caps.php'; if (!function_exists('arl_kottke_archives')) { include 'plugins/arl_kottke_archives.php'; diff --git a/header.php b/header.php index 4ae751b..fe43863 100644 --- a/header.php +++ b/header.php @@ -13,7 +13,7 @@
- +