Skip to content

Commit

Permalink
Fixed meta descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed May 22, 2024
1 parent 493d4ab commit 31956ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/SeoFieldModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function getMetaDescription()
}

if ($this->metaDescription) {
return $this->element->getMetaDescription();
return $this->metaDescription;
}

return $this->siteDefault->defaultMetaDescription;
Expand Down

0 comments on commit 31956ea

Please sign in to comment.