|
|
@ -22,6 +22,16 @@
|
|
|
|
<!-- IF useCustomCSS -->
|
|
|
|
<!-- IF useCustomCSS -->
|
|
|
|
<style>{{customCSS}}</style>
|
|
|
|
<style>{{customCSS}}</style>
|
|
|
|
<!-- END -->
|
|
|
|
<!-- END -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="{relative_path}/assets/nodebb.min.js?{config.cache-buster}"></script>
|
|
|
|
|
|
|
|
<!-- BEGIN scripts -->
|
|
|
|
|
|
|
|
<script type="text/javascript" src="{scripts.src}"></script>
|
|
|
|
|
|
|
|
<!-- END scripts -->
|
|
|
|
|
|
|
|
<!-- IF useCustomJS -->
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
{{customJS}}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- ENDIF useCustomJS -->
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body class="{bodyClass} skin-{config.bootswatchSkin}">
|
|
|
|
<body class="{bodyClass} skin-{config.bootswatchSkin}">
|
|
|
|