From 0543e34fd910e22666e46f7f3f4162b8878097bd Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sun, 15 Mar 2020 21:57:21 -0400 Subject: [PATCH] updated style.css with info; functions.php with enqueue; remvoed link from header --- functions.php | 4 ++++ header.php | 2 +- readme.md | 36 +++++++++++++++++++++++++++++------- style.css | 9 +++++---- 4 files changed, 39 insertions(+), 12 deletions(-) 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 @@ - +