diff options
author | Yuchen Pei <me@ypei.me> | 2021-07-01 10:40:03 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-07-01 10:40:03 +1000 |
commit | e4d6b56677a4bdcf4e3c2679d644a8b4521dcf5f (patch) | |
tree | 9dc7c3496f936e42d48db2a7c07dde5dbd8f0e27 /html-templates/postamble.html | |
parent | 502f77902ea7dc38792a342739e34bbe6eabab0f (diff) |
updated post-process, footer and cleaned up publish
- post-process: added email sub
- footer: added anti-piracy notice
- publish.el: removed redundant function
Diffstat (limited to 'html-templates/postamble.html')
-rw-r--r-- | html-templates/postamble.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/html-templates/postamble.html b/html-templates/postamble.html index 1cd7780..98b2479 100644 --- a/html-templates/postamble.html +++ b/html-templates/postamble.html @@ -1,13 +1,13 @@ <footer> <center> - <a href="https://www.gnu.org/"><img src="/assets/gnu-linux-banner.png" style="height: 3rem" title="Powered by GNU/Linux"/></a> - <a href="https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html"><img src="/assets/Emacs-logo.svg" style="height: 3rem" title="Edited with GNU Emacs"/></a> - <a href="https://orgmode.org/manual/Publishing.html"><img src="/assets/Org-mode-unicorn.svg" style="height: 3rem" title="Made with Org Mode"/></a> - <a href="https://www.gnu.org/software/librejs/free-your-javascript.html"><img src="/assets/LibreJS_icon.png" title="LibreJS-compliant" style="height: 3rem"/></a> - <a href="/blog-feed.xml"><img src="/assets/feed-icon.svg" style="height: 3rem" title="Blog Feed"/></a> - <a href="/microblog-feed.xml"><img src="/assets/feed-icon.svg" style="height: 3rem" title="Microblog Feed"/></a> - <br/> - <a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="/assets/CC-BY-SA.svg" style="height:3rem" 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" style="height:3rem" title="Licensed under GFDL"/></a> + <a href="https://www.gnu.org/"><img src="/assets/gnu-linux-banner.png" style="height: 2.5rem" title="Powered by GNU/Linux"/></a> + <a href="https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html"><img src="/assets/Emacs-logo.svg" style="height: 2.5rem" title="Edited with GNU Emacs"/></a> + <a href="https://orgmode.org/manual/Publishing.html"><img src="/assets/Org-mode-unicorn.svg" style="height: 2.5rem" title="Made with Org Mode"/></a> + <a href="https://www.gnu.org/software/librejs/free-your-javascript.html"><img src="/assets/LibreJS_icon.png" title="LibreJS-compliant" style="height: 2.5rem"/></a> + <a href="/blog-feed.xml"><img src="/assets/feed-icon.svg" style="height: 2.5rem" title="Blog Feed"/></a> + <a href="/microblog-feed.xml"><img src="/assets/feed-icon.svg" style="height: 2.5rem" title="Microblog Feed"/></a> + <a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="/assets/CC-BY-SA.svg" style="height:2.5rem" 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" style="height:2.5rem" title="Licensed under GFDL"/></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)" style="height: 2.5rem"/></a> </center> </footer> |