Update index.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent c47ee3807c
commit 214eaa8779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save