1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-06 09:56:45 +00:00

Include konami code JS file

This commit is contained in:
Paul Brinkmeier 2017-11-05 02:55:36 +01:00
parent 0166f774a0
commit 6e779c0ce8
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
index: pages/index.md styles/index.css
mkdir -p build
cp styles/index.css build/index.css
cp scripts/konami-code.js build/k.js
discount-theme pages/index.md \
-o build/index.html \
-t templates/index.theme

View file

@ -9,5 +9,6 @@
<div class="afk-container">
<?theme body?>
</div>
<script src="./k.js"></script>
</body>
</html>