Skip to content

Commit 53a8066

Browse files
committed
fix: use chapter descriptions in meta
1 parent 3d3216b commit 53a8066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Documentation/show.view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** @var \App\Web\Documentation\ChapterView $this */
33
?>
44

5-
<x-base :copy-code-blocks="true">
5+
<x-base :copy-code-blocks="true" :description="$this->currentChapter->description ?? null">
66
<!-- Main container -->
77
<main class="container grow px-4 mx-auto xl:px-8 flex">
88
<!-- Sidebar -->

0 commit comments

Comments
 (0)