forked from leftypol/leftypol
Add catalog for Ukko
This commit is contained in:
parent
1f409a6f4d
commit
1c641eb46b
5 changed files with 207 additions and 104 deletions
|
@ -9,7 +9,7 @@
|
|||
{% include 'header.html' %}
|
||||
<title>{{ settings.title }}</title>
|
||||
</head>
|
||||
<body class="theme-catalog">
|
||||
<body class="theme-catalog board-{{ board }}">
|
||||
<div class="topbar">
|
||||
{{ boardlist.top }}
|
||||
</div>
|
||||
|
@ -49,6 +49,7 @@
|
|||
data-reply="{{ post.reply_count }}"
|
||||
data-bump="{{ post.bump }}"
|
||||
data-time="{{ post.time }}"
|
||||
data-board="{{ post.board }}"
|
||||
>
|
||||
<div class="thread grid-li grid-size-small">
|
||||
<a href="{{post.link}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue