This is actually an issue of the metatag module, please refer to https://drupal.org/node/2178411.
Workaround https://www.drupal.org/node/1386320
This is actually an issue of the metatag module, please refer to https://drupal.org/node/2178411.
Workaround https://www.drupal.org/node/1386320
Comments
Comment #1
hatuhay commentedComment #2
hatuhay commentedThis need a patch, but basically the solution is:
In template.php
Add the following line:
$variables['pagemetatag'] = metatag_metatags_view('global:frontpage');In page.tpl.php look for line 131: