Browse Source

categories theme: fix title displaying twice, put boardlist there instead

pull/40/head
czaks 11 years ago
committed by Michael Foster
parent
commit
98187303d7
  1. 2
      templates/themes/categories/news.html

2
templates/themes/categories/news.html

@ -7,7 +7,7 @@
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/> <link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
</head> </head>
<body> <body>
<h1>{{ settings.title }}</h1> {{ boardlist.top }}
<header> <header>
<h1>{{ settings.title }}</h1> <h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div> <div class="subtitle">{{ settings.subtitle }}</div>

Loading…
Cancel
Save