Fix asset filename
This commit is contained in:
parent
bf0a24f20c
commit
2924abc364
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class Page
|
|||
$scriptFomantic = 'semantic/dist/semantic.min.js';
|
||||
$scriptFomanticModified = filemtime($scriptFomantic);
|
||||
?>
|
||||
<script defer src="/<?= $scriptFomantic ?>?m=<?= $scriptFomanticModified ?>'"></script>
|
||||
<script defer src="/<?= $scriptFomantic ?>?m=<?= $scriptFomanticModified ?>"></script>
|
||||
<?php
|
||||
|
||||
/** Default */
|
||||
|
|
Loading…
Reference in a new issue