From 04f6e58a4fbc96b373570febd8379915189579ac Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:32:23 +0000
Subject: [PATCH] =lynsey latest

---
 functions.php |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/functions.php b/functions.php
index 1163a3b..fb0d68e 100644
--- a/functions.php
+++ b/functions.php
@@ -1,23 +1,16 @@
 <?php
-/**
- * Legacy Theme functions and definitions.
- *
- * @link https://developer.wordpress.org/themes/basics/theme-functions/
- *
- * @package legacy
- */
 
-add_action( 'wp_enqueue_scripts', 'legacy_parent_theme_enqueue_styles' );
+add_action( 'wp_enqueue_scripts', 'lyns_parent_theme_enqueue_styles' );
 
 /**
  * Enqueue scripts and styles.
  */
-function legacy_parent_theme_enqueue_styles() {
+function lyns_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',
+		'lynsey_style',
 		get_stylesheet_directory_uri() . '/style.css',
 		array( 'jvb-theme-style' ),
-		'0.1.0'
+		'0.1.4'
 	);
 }

--
Gitblit v1.10.0