File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if ($site.PSScriptRoot) {
6666 $pointer = $pointer [$subdirectory ]
6767 }
6868
69- $propertyName = $hierarchy [-1 ] -replace ' _ ' -replace " $ ( [ Regex ]::Escape( $underbarFile .Extension ) ) $ "
69+ $propertyName = $hierarchy [-1 ] -replace ' \.ps1$ '
7070
7171 $getFile = @ {LiteralPath = $underbarFile.FullName }
7272 $fileData =
@@ -101,6 +101,7 @@ $Site.Description = 'Turtles in a PowerShell'
101101
102102# region Site Icons
103103$Site.Icon = [Ordered ]@ {
104+ ' BlueSky' = $site.includes .' BlueSky.svg' .OuterXml
104105 ' GitHub' = . $site.includes.Feather ' GitHub'
105106 ' RSS' = . $site.includes.Feather ' RSS'
106107 ' Settings' = . $site.includes.Feather ' Settings'
@@ -129,7 +130,7 @@ $Site.Logo.ID = 'Turtle-Logo'
129130} #>
130131
131132$site.Taskbar = [Ordered ]@ {
132- # 'BlueSky' = 'https://bsky.app/profile/mrpowershell .com'
133+ ' BlueSky' = ' https://bsky.app/profile/psturtle .com'
133134 ' GitHub' = ' https://github.com/PowerShellWeb/Turtle'
134135 ' RSS' = ' https://psturtle.com/RSS/index.rss'
135136 ' Help' = @ (
You can’t perform that action at this time.
0 commit comments