From e68a6374c40f95a3a86d99c0dc39440088f1da60 Mon Sep 17 00:00:00 2001 From: gnat Date: Tue, 15 Oct 2024 22:37:04 -0700 Subject: [PATCH] add (two-track-pharmacode (hex "nat")) to footer --- templates/footer.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/footer.lisp b/templates/footer.lisp index dd5d02b..b1f2aeb 100644 --- a/templates/footer.lisp +++ b/templates/footer.lisp @@ -8,5 +8,6 @@ (div () (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"))))) + (img (:src "/files/by-nc-sa.png" :alt "license 88x31" :width "88" :height "31"))) + (footnote (:style "margin-top: 5px") "▖▖▖▖▘▖▖▖▖▘▌▖▖▖▘")))