Skip to content

Commit 718e67b

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Serve.Module - Adding Site metadata to layout information ( Fixes #1034 )
1 parent 9ef6432 commit 718e67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Commands/Services/Serve-Module.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function Serve.Module {
112112
}
113113
}
114114

115+
$AdditionalContext += $nowServingSite
115116
$AdditionalContext += @{content=$NowServingModuleOutput | Out-HTML}
116117

117118
$nowServingSite.UseLayout(

0 commit comments

Comments
 (0)