From: rsiddharth <rsd@gnu.org> Date: Wed, 10 Sep 2014 22:45:09 +0000 (-0400) Subject: modified: 2015/header.html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5072b1186bd0a996de78fb05e28b8a3beb154738;p=libreplanet-static.git modified: 2015/header.html The `if' expression to toggle the display of the `Home' button was modified; instead of $DOCUMENT_URI (which returns /2015/header.html), the expression now uses $REQUEST_URI (which returns /2015/ for the homepage & /2015/sub_page for a sub-page under /2015/). --- diff --git a/2015/header.html b/2015/header.html index f46f1731..7ed7e561 100755 --- a/2015/header.html +++ b/2015/header.html @@ -105,7 +105,7 @@ <div class="container"> <!-- start of container --> <div class="row"> <div id="lp-nav" class="col-sm-3"> - <!--#if expr='"$DOCUMENT_URI" != "/2015/index.html"' --> + <!--#if expr='"$REQUEST_URI" != "/2015/"' --> <p class="text-center lp-home"> <a class="text-muted" href="/2015/"> <span class="glyphicon glyphicon-chevron-left"></span> Home