Skip to content

Commit

Permalink
Add support for og:logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jadb authored Jul 5, 2016
1 parent 0713dba commit d4ffe7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/OpenGraphHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public function __call($tag, $args)
return $this->addTag($namespace, $tag, $value);

case 'image':
case 'logo':
case 'video':
if (count($args) < 2) {
$args[] = [];
Expand Down

0 comments on commit d4ffe7b

Please sign in to comment.