Skip to content

Commit 9ef6432

Browse files
author
James Brundage
committed
feat: Serve.Module - Adding Site metadata to layout information ( Fixes #1034 )
1 parent 22a0e49 commit 9ef6432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Commands/Services/Serve-Module.ps.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Serve function Module {
110110
}
111111
}
112112

113+
$AdditionalContext += $nowServingSite
113114
$AdditionalContext += @{content=$NowServingModuleOutput | Out-HTML}
114115

115116
$nowServingSite.UseLayout(

0 commit comments

Comments
 (0)