We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cbf19 commit 9fe0febCopy full SHA for 9fe0feb
packages/framework/src/Pages/Concerns/HydePage.php
@@ -397,6 +397,14 @@ public function navigationMenuGroup(): ?string
397
return $this->navigation->group;
398
}
399
400
+ /**
401
+ * Get the description of the page to use in the `<meta name="description">` tag.
402
+ */
403
+ public function getDescription(): ?string
404
+ {
405
+ return $this->matter('description');
406
+ }
407
+
408
/**
409
* Get the canonical URL for the page to use in the `<link rel="canonical">` tag.
410
*
0 commit comments