mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 07:50:23 +01:00
use tabs and not spaces
This commit is contained in:
parent
16c613dad0
commit
ba7e3c4aaa
@ -239,7 +239,13 @@
|
||||
<strong>{% trans %}Featured boards:{% endtrans %}</strong>
|
||||
<span class="favorite-boards"></span>
|
||||
<br>
|
||||
<strong>{% trans %}Board of the week:{% endtrans %} /<a href="/cow">cow</a>/, /<a href="/fringe">fringe</a>/, /<a href="/desu">desu</a>/</strong>
|
||||
<strong>
|
||||
{% trans %}Boards of the week:{% endtrans %} [
|
||||
{% for board in config.boards_of_the_week %}
|
||||
<a href="/{{ board }}">{% if not loop.first %} {% endif %}{{ board }}</a>{% if not loop.last %} /{% endif %}
|
||||
{% endfor %}
|
||||
]
|
||||
</strong>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -273,6 +279,7 @@
|
||||
<li>{% trans %}No technical knowledge needed{% endtrans %}</li>
|
||||
<li>{% trans %}HTTPS by default{% endtrans %}</li>
|
||||
<li>{% trans %}Simple global rules — the rest is up to you{% endtrans %}</li>
|
||||
<li><a href="https://www.youtube.com/watch?v=MlnY17pgYwg">{% trans %}Featured on MSNBC!{% endtrans %}</a></li>
|
||||
<li><s>{% trans %}Featured on Al Jazeera America{% endtrans %}</s> ;_;</li>
|
||||
<li><em>{% trans %}Not owned by moot{% endtrans %}</em></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user