Got rid of permalink link and moved 'source' link to a better place

This commit is contained in:
Yorhel 2012-07-11 15:33:57 +02:00
parent 9da5d16480
commit 166e59094f
2 changed files with 3 additions and 4 deletions

View file

@ -409,10 +409,8 @@ sub man {
$self->htmlHeader(title => $name);
div id => 'nav', 'Sorry, this navigation menu won\'t display without Javascript. :-(';
h1 $man->{name};
p;
a href => "/$man->{name}/".substr($man->{hash}, 0, 8), 'permalink';
txt ' - ';
h1;
txt $man->{name};
a href => "/$man->{name}/".substr($man->{hash}, 0, 8).'/src', 'source';
end;