Skip to content
Snippets Groups Projects
Commit c31e97d7 authored by Alberto Siles's avatar Alberto Siles
Browse files

Issue #2186893: Metatags do not work with front page content disabled fix for one-page template

parent 83f37f61
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,10 @@
<?php print render($page['content']); ?>
</div>
</div>
<?php else: ?>
<?php
render($pagemetatag);
?>
<?php endif; ?>
<?php if (!empty($page['content_bottom'])): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment