Skip to content

Commit

Permalink
Fix loading static site on a local disc
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 2, 2024
1 parent 5f15c17 commit 1098c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -2129,9 +2129,9 @@ sub print_person
print $csv '1!';
} else {
print $index_html "<head><title>The Family Tree $name</title>",
'<meta http-equiv="Refresh" content="1;URL=/history.html">',
'<meta http-equiv="Refresh" content="1;URL=history.html">',
'</head>',
"<body><h1>Family History</h1><a href=\"/history.html\">Family History</a></body>";
"<body><h1>Family History</h1><a href=\"history.html\">Family History</a></body>";
print $csv '0!';
}
print $index_html '</html>';
Expand Down

0 comments on commit 1098c7f

Please sign in to comment.