forked from GithubBackups/vichan
revert column behavior
This commit is contained in:
parent
230cc252c5
commit
e5d423e595
@ -23,7 +23,7 @@
|
|||||||
<div class="box-wrap">
|
<div class="box-wrap">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Boards</legend>
|
<legend>Boards</legend>
|
||||||
<ul style="columns: 2;">
|
<ul>
|
||||||
{% for board in boards %}
|
{% for board in boards %}
|
||||||
<li class="boardlinksurl">
|
<li class="boardlinksurl">
|
||||||
<a href="{{ config.board_path|sprintf(board.uri) }}">
|
<a href="{{ config.board_path|sprintf(board.uri) }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user