mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-21 12:31:48 +02:00
Release custom head tags.
This commit is contained in:
@@ -16,8 +16,8 @@ html(class='no-js', lang='en')
|
|||||||
link(rel='stylesheet', href!='<?= $public_href; ?>css/styles.css')
|
link(rel='stylesheet', href!='<?= $public_href; ?>css/styles.css')
|
||||||
<?php if (!$fallback_mode) { ?>
|
<?php if (!$fallback_mode) { ?>
|
||||||
script(src!='<?= $public_href; ?>js/scripts.js', data-module='#{module}')
|
script(src!='<?= $public_href; ?>js/scripts.js', data-module='#{module}')
|
||||||
<?= $x_head_tags; ?>
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
<?= $x_head_tags; ?>
|
||||||
|
|
||||||
body#root(class='#{module}')
|
body#root(class='#{module}')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user