We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242b82f commit 3b2f1b8Copy full SHA for 3b2f1b8
src/lib/servefile-template.html
@@ -9,9 +9,9 @@
9
</style>
10
</head>
11
<body>
12
-{{rel_path?}} <h1>Index of {{rel_path}}</h1>\n{{/rel_path?}}
13
-{{^rel_path?}} <h1>Index of /</h1>\n{{/rel_path?}}
14
-{{readme?}}<pre>{{readme}}</pre>\n{{/readme?}}
+{{rel_path?}} <h1>Index of {{rel_path}}</h1>{{/rel_path?}}
+{{^rel_path?}} <h1>Index of /</h1>{{/rel_path?}}
+{{readme?}}<pre>{{readme}}</pre>{{/readme?}}
15
<table>
16
<tr>
17
<td><img src="?icon=back"></td>
0 commit comments