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.
2 parents bfd026f + deb7eb0 commit d55133fCopy full SHA for d55133f
packages/guides/src/Nodes/ProjectNode.php
@@ -40,7 +40,9 @@ public function __construct(
40
) {
41
$this->addVariable('project', new PlainTextInlineNode($title ?? ''));
42
$this->addVariable('version', new PlainTextInlineNode($version ?? ''));
43
+ $this->addVariable('release', new PlainTextInlineNode($version ?? ''));
44
$this->addVariable('last_rendered', new PlainTextInlineNode(date(DATE_RFC2822)));
45
+ $this->addVariable('today', new PlainTextInlineNode(date(DATE_RFC2822)));
46
47
parent::__construct();
48
}
0 commit comments