Skip to content

Commit a3ab8c7

Browse files
author
James Brundage
committed
fix: Adding HeaderMenu and moving some content closer to root
1 parent 2c41a75 commit a3ab8c7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
File renamed without changes.
File renamed without changes.

CodersUnite/config.ps1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,10 @@ $site.Taskbar = [Ordered]@{
4949
'RSS' = 'https://CodersUnite.org/RSS/index.rss'
5050
}
5151

52-
$site.HeaderMenu = [Ordered]@{}
52+
$site.HeaderMenu = [Ordered]@{
53+
'About Us' = '/About/'
54+
# 'Guild Job Board' = '/Content/JobBoard/'
55+
# 'Guild System' = '/Content/GuildSystem/'
56+
'Resources' = '/Resources/'
57+
}
5358
#endregion Site Menus

0 commit comments

Comments
 (0)