Release custom head tags.

This commit is contained in:
Lars Jung
2016-05-29 18:21:32 +02:00
parent aa87ec15b0
commit fada3c1e36

View File

@@ -16,8 +16,8 @@ html(class='no-js', lang='en')
link(rel='stylesheet', href!='<?= $public_href; ?>css/styles.css')
<?php if (!$fallback_mode) { ?>
script(src!='<?= $public_href; ?>js/scripts.js', data-module='#{module}')
<?= $x_head_tags; ?>
<?php } ?>
<?= $x_head_tags; ?>
body#root(class='#{module}')