From 79a588fa06a2dccabd55d7171da405eaaa4147ff Mon Sep 17 00:00:00 2001 From: gnat Date: Wed, 30 Oct 2024 05:00:15 -0700 Subject: [PATCH] append roboring to footer --- templates/footer.lisp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/footer.lisp b/templates/footer.lisp index b1f2aeb..9c9d571 100644 --- a/templates/footer.lisp +++ b/templates/footer.lisp @@ -9,5 +9,11 @@ (footnote (:style "margin-top: 5px") "all content, with the exception of 88x31 buttons or unless otherwise noted is created by me and is licensed under a CC BY-NC-SA 4.0 license.")) (a (:href "https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en") (img (:src "/files/by-nc-sa.png" :alt "license 88x31" :width "88" :height "31"))) - (footnote (:style "margin-top: 5px") "▖▖▖▖▘▖▖▖▖▘▌▖▖▖▘"))) + (footnote (:style "margin-top: 5px") "▖▖▖▖▘▖▖▖▖▘▌▖▖▖▘" + (div (:style "flex-direction: row; width: 14ch; gap: 1ch; margin-right: 5px;") + (a (:href "https://stellophiliac.github.io/roboring/0x6e6174/previous") "<-") + (a (:href "https://stellophiliac.github.io/roboring") "roboring") + (a (:href "https://stellophiliac.github.io/roboring/0x6e6174/next") "->"))) + (div ()) + (noscript () (footnote () "oh good, the reader has javascript disabled."))))