Skip to content

Commit

Permalink
fix meta img
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrturner committed Feb 25, 2024
1 parent 18497a2 commit 576441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/snippets/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<meta name="description" content="<?= strip_tags($site->metaDescription()->value()) ?>">
<meta name="keywords" content="<?= strip_tags($site->metaKeywords()->value()) ?>">
<meta name="author" content="Tone List">
<meta property="og:image" content="<?= url('/assets/AudibleEdge24.jpg') ?>">
<meta property="og:image" content="<?= url('/assets/img/AudibleEdge24.jpg') ?>">
</head>

<body>
Expand Down

0 comments on commit 576441d

Please sign in to comment.