Skip to content

Commit

Permalink
fix #63
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimori committed Jan 25, 2024
1 parent fdf5529 commit 7ceb40c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions classes/Meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public function title()

$string = $title->value();
if ($useTemplate) {
$string = $this->page->toSafeString(
$string = $this->page->toString(
$template,
['title' => $title]
);
Expand All @@ -467,7 +467,7 @@ public function ogTitle()

$string = $title->value();
if ($useTemplate) {
$string = $this->page->toSafeString(
$string = $this->page->toString(
$template,
['title' => $title]
);
Expand Down
2 changes: 1 addition & 1 deletion index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ceb40c

Please sign in to comment.