muh
This commit is contained in:
parent
dd78c58375
commit
20d6ed16a5
|
@ -9,8 +9,7 @@
|
|||
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a></div>
|
||||
<div class="body">
|
||||
<div id="posts" data-last="{{ last }}">
|
||||
{% for item in items %}
|
||||
<a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a>
|
||||
{% for item in items %}<a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
|
|
@ -274,7 +274,6 @@ Websrv.prototype.getTpls = () => {
|
|||
"index": fs.readFileSync("./s/index.tpl.html", "utf-8"),
|
||||
"item": fs.readFileSync("./s/item.tpl.html", "utf-8"),
|
||||
"how": fs.readFileSync("./s/how.tpl.html", "utf-8"),
|
||||
"contact": fs.readFileSync("./s/contact.tpl.html", "utf-8"),
|
||||
"scripts": fs.readFileSync("./s/scripts.tpl.html", "utf-8")
|
||||
"contact": fs.readFileSync("./s/contact.tpl.html", "utf-8")
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user