samhuri.net/Tests/test-markdown/expected/hello/index.html
Sami Samhuri 652d192560 Hide .html extensions on all pages by default
This uses the same old page-title/index.html trick that was used before.
2019-12-10 00:27:56 -08:00

10 lines
175 B
HTML

<!doctype html>
<html>
<head>
<title>Valar Morghulis</title>
</head>
<body>
<h1><a href="http://example.net">Valar Morghulis</a></h1>
<p>hello world</p>
</body>
</html>