Got rid of permalink link and moved 'source' link to a better place
This commit is contained in:
parent
9da5d16480
commit
166e59094f
2 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue