forked from leftypol/leftypol
Generalize ignoring sticky threads on overboard catalogs
This commit is contained in:
parent
8acc328c91
commit
b518cc94c3
3 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<script type='text/javascript'>
|
||||
var active_page = "catalog"
|
||||
, board_name = "{{ board.uri }}";
|
||||
, board_name = "{{ board.uri }}"
|
||||
, is_overboard = "{{ is_overboard }}";
|
||||
</script>
|
||||
<title>{{ settings.title }} ( /{{ board.title|e }}/ )</title>
|
||||
{% include 'header.html' %}
|
||||
|
|
|
@ -488,6 +488,7 @@
|
|||
'recent_posts' => $recent_posts,
|
||||
'stats' => array(),
|
||||
'board' => $board,
|
||||
'is_overboard' => $is_overboard,
|
||||
'link' => $board_link,
|
||||
'no_post_form' => false,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue