From 627056f72e761c1386e4ab4d72207008d9330a5e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 10 Nov 2025 22:22:25 +0000
Subject: [PATCH] =Cleaner base

---
 taxonomies/style.php |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/taxonomies/style.php b/taxonomies/style.php
index bf4475d..63a05ca 100644
--- a/taxonomies/style.php
+++ b/taxonomies/style.php
@@ -1,6 +1,6 @@
 <?php
 // /taxonomies/style.php
-function ajv_style():array
+function altr_style():array
 {
     return [
         'directory'    => 'Styles',
@@ -21,11 +21,7 @@
         ],
         'hierarchical' => true,
         'for_content'  => [
-            'art',
-            'design',
-            'development',
-            'strategy',
-            'writing',
+            'progress',
         ],
         'fields'       => [
             'term_name'       => [

--
Gitblit v1.10.0