From f383c3a4325bc173b6f9676274bc19694be6f9c0 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:49:44 +0000
Subject: [PATCH] =Modified the Feed Fields config in Registrar, to utilize the built in functionality there
---
content/faq.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/faq.php b/content/faq.php
index 222f605..0d8921e 100644
--- a/content/faq.php
+++ b/content/faq.php
@@ -66,14 +66,14 @@
{
return [
'type' => 'JVBase\managers\SEO\render\Thing\CreativeWork\WebPage\QAPage',
- 'name' => '{{post_title}} | FAQs on {{section.name}}',
+ 'name' => '{{post_title}} | FAQs',
];
}
function altr_faq_meta():array
{
return[
- 'name' => '{{post_title}} | FAQs {{section.name}}',
+ 'name' => '{{post_title}} | FAQs',
];
}
--
Gitblit v1.10.0