Skip to content

Commit b45c1b8

Browse files
committed
site: update page opts menu ref to markdown pages
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent b3a1fe2 commit b45c1b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/md-dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<script>
7979
function getCurrentPlaintextUrl() {
8080
const url = window.location.href.split("#")[0].replace(/\/$/, "");
81-
return `${url}/index.md`;
81+
return `${url}.md`;
8282
}
8383

8484
function copyMarkdown() {

0 commit comments

Comments
 (0)