1
0
Fork 0

Title now links to $url_root (and "return to index" link now does as well)

tpl
Mike Gerwitz 2013-05-27 16:56:15 -04:00
parent 5f8b1417f8
commit c98071832d
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ cat <<EOF
<footer>
<p>
<a href="$path_root#$dategroup">(Return to index)</a>
<a href="$url_root#$dategroup">(Return to index)</a>
</p>
<hr />

View File

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