commit 7a3cda0f2702265037b1733f258a57a6b9a1f043 parent 3e630a7b588fb962c911b2203b25dbfefbc3d640 Author: Friedel Schoen <[email protected]> Date: Sun, 23 Oct 2022 16:45:54 +0200 adding links to header Diffstat:
D | _layouts/head_custom.html | | | 9 | --------- |
M | index.md | | | 11 | +++++++++++ |
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/_layouts/head_custom.html b/_layouts/head_custom.html @@ -1,8 +0,0 @@ -<script type="text/javascript"> - document.onready = function () { - var header = document.getElementsByTagName("header")[0]; - - header.innerHTML += "<p><a href='changelog.md'>Changelog</a></p>"; - header.innerHTML += "<p><a href='add-to-editor.md'>Add to your Editor</a></p>"; - } -</script> -\ No newline at end of file diff --git a/index.md b/index.md @@ -1,3 +1,14 @@ +<script type="text/javascript"> + document.onready = function () { + + 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> + </ul>`; + } +</script> + # Sort Imports for [D](https://dlang.org/) `sortimport-d` can sort your dozens of `import`'s in a `.d` file (no matter where)