kläglicher versuch einen theme changer zu errichten

This commit is contained in:
sirx
2016-11-05 17:55:52 +01:00
parent 492f9812ee
commit 852c98af29
4 changed files with 661 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="./s/style.css">
</head>
<body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a></div>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a>| <span id="themes"></span></div>
<ul id="posts" data-last="{{ last }}">
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a></li>
{% endfor %}
@ -30,6 +30,7 @@
}
});
});
<script src="js/theme.js"></script>
</script>
</body>
</html>
</html>