From ea8cb8a6a7d6952ff61ef8d7a07600250c984f06 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:51:20 +0000
Subject: [PATCH] =Exported templates in template editor. Will likely be following the JakeVan pattern of testing archive before changing output, instead of basically the same template repeated

---
 functions.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/functions.php b/functions.php
index 1163a3b..0b24e90 100644
--- a/functions.php
+++ b/functions.php
@@ -15,7 +15,7 @@
 function legacy_parent_theme_enqueue_styles() {
 	wp_enqueue_style( 'jvb-theme-style', get_template_directory_uri() . '/style.css', array(), '0.1.0' );
 	wp_enqueue_style(
-		'legacy-style',
+		'jvb-child-style',
 		get_stylesheet_directory_uri() . '/style.css',
 		array( 'jvb-theme-style' ),
 		'0.1.0'

--
Gitblit v1.10.0