forked from GithubBackups/vichan
index.hmtl: trim template
This commit is contained in:
parent
7479360aad
commit
1fa60e7386
@ -17,7 +17,7 @@
|
||||
<h1>{{ settings.title }}</h1>
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="ban">
|
||||
{% if news|length == 0 %}
|
||||
<p style="text-align:center" class="unimportant">(No news to show.)</p>
|
||||
@ -35,7 +35,7 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
{% include 'footer.html' %}
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user