1
0
Fork 0

Root URL in index template will now default to "/"

tpl
Mike Gerwitz 2013-05-30 21:15:58 -04:00
parent 5c923940e4
commit 111980f233
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ cat <<EOH
</head> </head>
<body class="${html_body_class:-index}"> <body class="${html_body_class:-index}">
<header> <header>
<h1 class="title"><a href="$url_root">$title</a></h1> <h1 class="title"><a href="${url_root:-/}">$title</a></h1>
<h2 class="desc">$desc</h2> <h2 class="desc">$desc</h2>
</header> </header>
$html_pre_index $html_pre_index