From 4be0ee505818f15660dbc081846a00c88cd6632e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:30:06 +0000
Subject: [PATCH] =Updated to new Site class config

---
 content/_setup.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/_setup.php b/content/_setup.php
index 289a8ca..66df251 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -31,10 +31,10 @@
 
 require(ATAT_DIR . '/content/soap.php');
 
-add_filter('jvb_content', 'atat_content');
-function atat_content($content):array
-{
-    return [
-        'soap'       => atat_soap(),
-    ];
-}
\ No newline at end of file
+//add_filter('jvb_content', 'atat_content');
+//function atat_content($content):array
+//{
+//    return [
+//        'soap'       => atat_soap(),
+//    ];
+//}
\ No newline at end of file

--
Gitblit v1.10.0