diff options
Diffstat (limited to 'html-templates/postamble.html')
-rw-r--r-- | html-templates/postamble.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html-templates/postamble.html b/html-templates/postamble.html index 044cf22..f5f8f7d 100644 --- a/html-templates/postamble.html +++ b/html-templates/postamble.html @@ -1,4 +1,5 @@ <footer> + <div> <a href="https://www.gnu.org/"><img src="/assets/gnu-linux-banner.png" title="Powered by GNU/Linux"/></a> <a href="https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html"><img src="/assets/Emacs-logo.svg" title="Edited with GNU Emacs"/></a> <a href="https://orgmode.org/manual/Publishing.html"><img src="/assets/Org-mode-unicorn.svg" title="Made with Org Mode"/></a> @@ -8,4 +9,6 @@ <a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="/assets/CC-BY-SA.svg" title="Licensed under CC BY-SA 4.0"/></a> <a href="https://www.gnu.org/licenses/fdl-1.3.html"><img src="/assets/gfdl-logo-med.png" title="Licensed under GFDLv1.3+"/></a> <a href="https://commons.wikimedia.org/wiki/File:Copying_is_not_theft.ogv"><img src="/assets/Anti_pirate_icon.png" title="Anti-piracy notice: please do not attack ships when browsing this website! (h/t: lxo)"/></a> + </div> + <div><a href="/weblabels.html" rel="jslicense">JavaScript license information</a></div> </footer> |