remove the water flood on the test version

This commit is contained in:
etherware-novice 2024-07-31 14:28:58 -05:00
parent e9b4f459b7
commit e7260bc875
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
2 changed files with 5 additions and 2 deletions

View File

@ -38,8 +38,10 @@ navbar: topnav
</div>
</div>
<link href="https://melonking.net/styles/flood.css" rel="stylesheet" type="text/css" media="all" />
<script src="https://melonking.net/scripts/flood.js"></script>
{% unless jekyll.environment == "local" %}
<link href="https://melonking.net/styles/flood.css" rel="stylesheet" type="text/css" media="all" />
<script src="https://melonking.net/scripts/flood.js"></script>
{% endunless %}
</body>
</html>

1
localhost.sh Executable file
View File

@ -0,0 +1 @@
JEKYLL_ENV=local xterm -e "jekyll serve" &