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 e65d9e0 commit c4ce024Copy full SHA for c4ce024
src/MetaTags.php
@@ -54,7 +54,7 @@ public function __construct(Page $page)
54
}
55
56
if (isset($templates[$page->template()->name()])) {
57
- $this->data = A::update($this->data, $templates[$page->template()->name()]);
+ $this->data = A::merge($this->data, $templates[$page->template()->name()]);
58
59
60
static::$instance = $this;
0 commit comments