Skip to content

Commit

Permalink
Merge pull request #254 from Jurj-Bogdan/issue253
Browse files Browse the repository at this point in the history
opengraph dynamic url and title
  • Loading branch information
arhimede authored Feb 20, 2025
2 parents 4938620 + f652c96 commit 5710937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/layout/default.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ declare(strict_types=1);
<title><?= $this->e($title) ?> - Laminas Project - Enterprise PHP Framework</title>

<!-- OpenGraph card -->
<meta property="og:title" content="Laminas Project, the enterprise-ready PHP Framework and components"/>
<meta property="og:title" content="Laminas Project - <?= $this->e($title) ?>"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://getlaminas.org/">
<meta property="og:url" content="<?= $this->serverurl() ?>">
<meta property="og:image" content="/images/opengraph/default.png"/>
<meta property="og:description" content="Laminas Project, the enterprise-ready PHP Framework and components, a community-supported, open source continuation of Zend Framework."/>

Expand Down

0 comments on commit 5710937

Please sign in to comment.