Update index.php

pull/8/head
SuperDev 2 years ago committed by GitHub
parent a66628e74d
commit 2ce6cb37e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,5 +121,11 @@ $(document).ready(function(){
});
});
</script>
<?php if(!plausible='') ?>
// do nothing
<?php elseif; ?>
<script defer data-domain="<?=plausible?>" src="<?=plausible?>/js/script.js"></script>
<?php endif; ?>
</body>
</html>

Loading…
Cancel
Save