From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 838881390EB for ; Wed, 22 Jul 2015 14:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 483F5E07ED; Wed, 22 Jul 2015 14:35:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F18D7E07ED for ; Wed, 22 Jul 2015 14:35:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D082433FDBF for ; Wed, 22 Jul 2015 14:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8717CAA for ; Wed, 22 Jul 2015 14:35:13 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1437575674.8fd4b72648859faa42d7e6d08ccbb0a4664ed12f.a3li@gentoo> Subject: [gentoo-commits] sites/www:master commit in: _layouts/ X-VCS-Repository: sites/www X-VCS-Files: _layouts/tyrian.html X-VCS-Directories: _layouts/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 8fd4b72648859faa42d7e6d08ccbb0a4664ed12f X-VCS-Branch: master Date: Wed, 22 Jul 2015 14:35:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 63d416ee-2643-4795-ac42-63d66d693eba X-Archives-Hash: 6fabbcace41a710e8d6bd536dec4ff88 commit: 8fd4b72648859faa42d7e6d08ccbb0a4664ed12f Author: Alex Legler a3li li> AuthorDate: Wed Jul 22 14:34:34 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Wed Jul 22 14:34:34 2015 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=8fd4b726 Move larger scripts to the very end of the page _layouts/tyrian.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/tyrian.html b/_layouts/tyrian.html index 3e7d232..96a9a90 100644 --- a/_layouts/tyrian.html +++ b/_layouts/tyrian.html @@ -14,9 +14,6 @@ {% include layout/footer.html %} - - - {% if page.extrajs %}{% for js in page.extrajs %}{% endfor %}{% endif %} {% if page.inlinejs %}{% endif %} + + + {% if page.extrajs %}{% for js in page.extrajs %}{% endfor %}{% endif %} \ No newline at end of file