Skip to content

Commit c4ce024

Browse files
LeBenLeBenpedroborges
authored andcommitted
Properly merge template settings, fix #10
1 parent e65d9e0 commit c4ce024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetaTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct(Page $page)
5454
}
5555

5656
if (isset($templates[$page->template()->name()])) {
57-
$this->data = A::update($this->data, $templates[$page->template()->name()]);
57+
$this->data = A::merge($this->data, $templates[$page->template()->name()]);
5858
}
5959

6060
static::$instance = $this;

0 commit comments

Comments
 (0)