Root URL in index template will now default to "/"
parent
5c923940e4
commit
111980f233
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue