Working
This commit is contained in:
24
templates/directory.html
Normal file
24
templates/directory.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>[[ listing.name ]] ([[ listing.type ]]) directory</title>
|
||||
<style>
|
||||
/* */
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
<div>
|
||||
<a href="/">Front page</a>
|
||||
<ul>
|
||||
<!-- called chapters, but both anime and manga will use this -->
|
||||
[[ for:chapters:chapter ]]
|
||||
[[ component:chapter-listing ]]
|
||||
[[ endfor ]]
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user