Browse Source

Merge pull request #4 from towards-a-new-leftypol/home-upgrades

Great!
pull/40/head
discomrade 3 years ago
committed by GitHub
parent
commit
7b9dd04243
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      templates/themes/categories/news.html

18
templates/themes/categories/news.html

@ -1,14 +1,28 @@
{% filter remove_whitespace %}
<div class="introduction">
<style style="display:none;">
.home-logo {
display: block;
margin: auto;
min-width: 100px;
width: 15%;
}
.home-description {
margin: 20px auto 0 auto;
text-align: center;
max-width: 700px;"
}
</style>
{{ boardlist.top }}
<header>
<h1>{{ settings.title }}</h1>
<img src="{{ config.logo }}" alt="logo" class="home-logo">
<div class="subtitle">{{ settings.subtitle }}</div>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
<p style="margin:20px auto 0 auto;text-align:center;max-width:700px;">{{ description }}</p>
<p class="home-description" >{{ description }}</p>
</header>
<img src="{{ config.logo }}" alt="logo" style="display:block;margin:auto;min-width:100px;width:15%;">
</div>
<div class="content">
<div class="ban">

Loading…
Cancel
Save