Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
close #90
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jul 13, 2021
1 parent f5b475b commit 496d675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/themes/Peafowl/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
foreach (['json', 'xml'] as $format) {
echo ' <link rel="alternate" type="application/'.$format.'+oembed" href="'
. G\get_base_url('oembed/?url='.urlencode(get_image()['url_viewer']).'&format='. $format)
. '" title="'.get_image()['title'].'">' . "\n";
. '" title="'.get_safe_html_doctitle()['title'].'">' . "\n";
} ?>
<link rel="image_src" href="<?php echo get_image()['url']; ?>">
<?php
Expand Down

0 comments on commit 496d675

Please sign in to comment.