Skip to content

Commit efee879

Browse files
committed
feat: support page jump
1 parent f12c2cc commit efee879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmpl/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<ul>
1010
<% directories.forEach((directory) => { %>
11-
<li><%= directory %></li>
11+
<li><a href="<%= directory %>"><%= directory %></a></li>
1212
<% }) %>
1313
</ul>
1414
</body>

0 commit comments

Comments
 (0)