updated style.css with info; functions.php with enqueue; remvoed link from header

This commit is contained in:
Jacob Haddon
2020-03-15 21:57:21 -04:00
parent ebb6c1fd64
commit 0543e34fd9
4 changed files with 39 additions and 12 deletions

View File

@ -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';