.
This commit is contained in:
@ -1,14 +1,4 @@
|
||||
<!doctype f0ck>
|
||||
<html>
|
||||
<head>
|
||||
<title>f0ck!</title>
|
||||
<link rel="icon" type="image/png" href="./s/img/favicon.png" />
|
||||
<link rel="stylesheet" type="text/css" href="./s/css/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="./s/css/f0ck-custom.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
{{include snippets/navbar}}
|
||||
{{include main/header}}
|
||||
<div class="container-fluid">
|
||||
<ul id="posts" data-last="{{=last}}">
|
||||
{{each items as item}}
|
||||
@ -21,7 +11,4 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
<script src="./s/js/scroller.js"></script>
|
||||
<script src="./s/js/theme.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
{{include main/footer}}
|
||||
|
Reference in New Issue
Block a user