Browse Source

Remove pagewrap from page template.

pull/40/head
Benjamin Southall 5 years ago
parent
commit
826a2118da
  1. 2
      templates/page.html

2
templates/page.html

@ -14,7 +14,6 @@
{{ boardlist.top }} {{ boardlist.top }}
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr>{% endif %} {% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr>{% endif %}
<div id="pagewrap">
<header> <header>
<h1 class="glitch" data-text="{{ title }}">{{ title }}</h1> <h1 class="glitch" data-text="{{ title }}">{{ title }}</h1>
<div class="subtitle"> <div class="subtitle">
@ -39,6 +38,5 @@
<script type="text/javascript">{% raw %} <script type="text/javascript">{% raw %}
ready(); ready();
{% endraw %}</script> {% endraw %}</script>
</div>
</body> </body>
</html> </html>

Loading…
Cancel
Save