cleaning up some _includes
This commit is contained in:
parent
f137a3f23b
commit
9abbcecf23
@ -1,4 +0,0 @@
|
||||
<div class="background">
|
||||
<div id="bg-bluedither"></div>
|
||||
<div id="bg-grass"></div>
|
||||
</div>
|
@ -17,13 +17,17 @@ navbar: topnav
|
||||
</iframe>
|
||||
<!-- <img src="/assets/images/crt1.png" class="overlay"> -->
|
||||
{% if page.neko == "true" %}
|
||||
{% include neko.html %}
|
||||
<script src="/assets/js/neko.js"></script>
|
||||
{% endif %}
|
||||
<script data-goatcounter="https://slimepondcount.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
<script src="/assets/js/unixfortune.js"></script>
|
||||
<script src="/assets/js/typeboot.js"></script>
|
||||
|
||||
{% include background.html %}
|
||||
<div class="background">
|
||||
<div id="bg-bluedither"></div>
|
||||
<div id="bg-grass"></div>
|
||||
</div>
|
||||
|
||||
{% include mplayer.html %}
|
||||
<div class="container">
|
||||
<div class="navigation">
|
||||
|
@ -1,4 +1,3 @@
|
||||
<script>
|
||||
// <![CDATA[
|
||||
var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
|
||||
var sparkles=50;
|
||||
@ -194,5 +193,4 @@ function newColour() {
|
||||
c.sort(function(){return (0.5 - Math.random());});
|
||||
return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
|
||||
}
|
||||
// ]]>
|
||||
</script>
|
||||
// ]]>
|
@ -1,4 +1,4 @@
|
||||
<script>// Pokéneko v0.3 by https://james.nekoweb.org/
|
||||
// Pokéneko v0.3 by https://james.nekoweb.org/
|
||||
// https://jamesschoch.github.io/Pokeneko/
|
||||
|
||||
// Pokéneko is built using sprites from PDMCollab's Sprite Repository.
|
||||
@ -195,5 +195,4 @@ var trackerjson;
|
||||
|
||||
laststate = state;
|
||||
}
|
||||
}, 33);
|
||||
</script>
|
||||
}, 33);
|
Loading…
x
Reference in New Issue
Block a user