From b7aed073c23396afa7eccb488dd25bfa222c1819 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:54:05 +0000
Subject: [PATCH] =gitblit switch

---
 content/_setup.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/content/_setup.php b/content/_setup.php
index 66df251..38d49d8 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,12 +29,16 @@
  */
 
 
-require(ATAT_DIR . '/content/soap.php');
+require(AEI_DIR . '/content/tattoos.php');
+require(AEI_DIR . '/content/piercings.php');
+require(AEI_DIR . '/content/artwork.php');
+require(AEI_DIR . '/content/offers.php');
+require(AEI_DIR . '/content/events.php');
 
-//add_filter('jvb_content', 'atat_content');
-//function atat_content($content):array
+//add_filter('jvb_content', 'aei_content');
+//function aei_content($content):array
 //{
 //    return [
-//        'soap'       => atat_soap(),
+//        'soap'       => aei_soap(),
 //    ];
 //}
\ No newline at end of file

--
Gitblit v1.10.0