[reproducible-website] 01/01: Revert "try to force ordering"

Holger Levsen holger at layer-acht.org
Sun Dec 18 13:26:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository reproducible-website.

commit 61b9712d8d0b7a687daa4e9e58a2f4e4314b002c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 18 14:26:20 2016 +0100

    Revert "try to force ordering"
    
    This reverts commit 467187b3bcc9e68afb35f1b6a6b00a1258c1880a.
---
 _includes/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/header.html b/_includes/header.html
index 3d86aea..3dd4cfc 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -16,7 +16,7 @@
           </svg>
         </a>
         <div class="trigger">
-          {% for page in documentation resources tools events who news %}
+          {% for page in site.pages %}
             {% if page.title %}<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}
           {% endfor %}
         </div>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list