Merge branch 'main' into joeykimsey-com

This commit is contained in:
Joey Kimsey
2025-01-30 13:29:38 -05:00
22 changed files with 69 additions and 563 deletions

View File

@ -84,6 +84,10 @@ class TheTempusProject extends Bedrock {
'text' => '<i class="fa fa-fw fa-shield-halved"></i> Tokens',
'url' => '{ROOT_URL}admin/tokens',
],
[
'text' => '<i class="fa-solid fa-image"></i> Images',
'url' => '{ROOT_URL}admin/images',
],
[
'text' => '<i class="fa fa-fw fa-arrow-down"></i> Modules',
'url' => [
@ -127,6 +131,7 @@ class TheTempusProject extends Bedrock {
[
'text' => 'Home',
'url' => '{ROOT_URL}home/index',
'filter' => 'notloggedin',
],
[
'text' => 'About Me',