The following commit has been merged in the master branch:
commit bc236f4eb650c810f8c2a411f6c7a6378f4b7813
Author: Iain R. Learmonth <[email protected]>
Date:   Fri May 15 17:25:50 2015 +0100

    new-website: Fix template menu URLs

diff --git a/www-src/_includes/template_menu.html 
b/www-src/_includes/template_menu.html
index 0d047e6..648f8e0 100644
--- a/www-src/_includes/template_menu.html
+++ b/www-src/_includes/template_menu.html
@@ -1,4 +1,4 @@
-<li><a href="/games/">Home</a></li>
-<li><a href="/games/tasks/">Tasks</a>
-<li><a href="/games/bugs/">Bugs</a></li>
-<li><a href="/games/thermometer/">Thermometer</a></li>
+<li><a href="/template/">Home</a></li>
+<li><a href="/template/tasks/">Tasks</a>
+<li><a href="/template/bugs/">Bugs</a></li>
+<li><a href="/template/thermometer/">Thermometer</a></li>
diff --git a/www/template/index.html b/www/template/index.html
index 8c22cc6..4c01258 100644
--- a/www/template/index.html
+++ b/www/template/index.html
@@ -27,10 +27,10 @@
                <div id="navbar">
                        <p class="hidecss"><a href="#content">Skip 
Quicknav</a></p>
                        <ul>
-                               <li><a href="/games/">Home</a></li>
-<li><a href="/games/tasks/">Tasks</a>
-<li><a href="/games/bugs/">Bugs</a></li>
-<li><a href="/games/thermometer/">Thermometer</a></li>
+                               <li><a href="/template/">Home</a></li>
+<li><a href="/template/tasks/">Tasks</a>
+<li><a href="/template/bugs/">Bugs</a></li>
+<li><a href="/template/thermometer/">Thermometer</a></li>
 
                        </ul>
                </div> <!-- end navbar -->

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to