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
James Brundage committed Apr 19, 2024
1 parent 22a0e49 commit 9ef6432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Commands/Services/Serve-Module.ps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Serve function Module {
}
}

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

$nowServingSite.UseLayout(
Expand Down

0 comments on commit 9ef6432

Please sign in to comment.