importsort-d

Sort and format imports in DLang
Log | Files | Refs | README

commit 6912279166798d3abae8c9aad647844590a0ac27
parent 4f09b080b22b2449af3a2e2d780a9114d7cac5f3
Author: Friedel Schoen <[email protected]>
Date:   Sun, 23 Oct 2022 16:50:20 +0200

adding links to header #3

Diffstat:
Mindex.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.md b/index.md @@ -1,8 +1,8 @@ <script type="text/javascript"> document.getElementsByTagName("header")[0].innerHTML += ` <ul> - <li><a href='changelog.md'>Changelog</a></li> - <li><a href='add-to-editor.md'>Add to your Editor</a></li> + <li><a href='changelog'>Changelog</a></li> + <li><a href='add-to-editor'>Add to your Editor</a></li> </ul>`; </script>