Title now links to $url_root (and "return to index" link now does as well)
parent
5f8b1417f8
commit
c98071832d
|
@ -49,7 +49,7 @@ cat <<EOF
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
<a href="$path_root#$dategroup">(Return to index)</a>
|
<a href="$url_root#$dategroup">(Return to index)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
|
@ -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">$title</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