From cf7c6dae604a0bbd471afa156f82555a5a2e9ab7 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:26:52 +0000
Subject: [PATCH] =gitblit switch
---
content/support.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/content/support.php b/content/support.php
index 3ea1c3e..72204b8 100644
--- a/content/support.php
+++ b/content/support.php
@@ -1,6 +1,6 @@
<?php
// /content/support.php
-function ajv_support(): array
+function ami_support(): array
{
return [
'singular' => 'Support',
@@ -8,6 +8,7 @@
'hide_single' => false,
'show_feed' => false,
'icon' => 'question',
+ 'public' => false,
'rewrite' => [
'slug' => 'support',
'with_front' => false,
--
Gitblit v1.10.0