From 21193789acf91507e7e51c96b5649dc21aa4daf7 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 1 Dec 2016 15:43:39 -0500 Subject: [PATCH] Added theme support function inclusion --- functions.php | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 4b96d92..008c805 100644 --- a/functions.php +++ b/functions.php @@ -10,4 +10,5 @@ include_once 'lib/images.php'; include_once 'lib/plugins.php'; include_once 'lib/force-template-functions.php'; + include_once 'lib/theme-support.php'; ?> \ No newline at end of file diff --git a/style.css b/style.css index 839c866..ec109dc 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: GenericHarborCountry Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme based off of HarborCountry -Version: 1.0 +Version: 1.0.1 */ -- 2.17.1