Skip to content

Commit

Permalink
feat: Serve.Module - Adding Site metadata to layout information ( Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Apr 19, 2024
1 parent 9ef6432 commit 718e67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Commands/Services/Serve-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function Serve.Module {
}
}

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

$nowServingSite.UseLayout(
Expand Down

0 comments on commit 718e67b

Please sign in to comment.