Move the home page script block further down the page

Put it after every bit of HTML content, including the page footer. Right
now this was the only page using this block in the main template; we
should move some other pages using a lot of JS to this format as well.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2013-02-03 13:39:08 -06:00
parent 26d6fba089
commit 844ed81093
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,6 @@
{% block content_right %}{% endblock %} {% block content_right %}{% endblock %}
</div> </div>
{% endblock %} {% endblock %}
{% block content_after %}{% endblock %}
<div id="footer"> <div id="footer">
<p>Copyright &copy; 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org" <p>Copyright &copy; 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org"
title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
@ -82,5 +81,6 @@
the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p> the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p>
</div> </div>
</div> </div>
{% block script_block %}{% endblock %}
</body> </body>
</html> </html>

View File

@ -208,7 +208,7 @@ <h4>More Resources</h4>
{% endcache %} {% endcache %}
{% endblock %} {% endblock %}
{% block content_after %} {% block script_block %}
<div id="konami" style="display:none;"></div> <div id="konami" style="display:none;"></div>
{% load cdn %}{% jquery %} {% load cdn %}{% jquery %}