summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-11-18 22:47:27 +1100
committerYuchen Pei <hi@ypei.me>2021-11-18 22:47:27 +1100
commit9dd091b3598616636072b1b94eef2cd8aad2cb09 (patch)
treefe457ab433a16fb035d98fa19862fb1a8bb1382c
parenta474ce5856b2c19ef2095cc7ad6740afbd61256d (diff)
added fsf fundrasing banner
-rw-r--r--html-templates/postamble.html6
-rw-r--r--publish.el2
2 files changed, 7 insertions, 1 deletions
diff --git a/html-templates/postamble.html b/html-templates/postamble.html
new file mode 100644
index 0000000..7f86364
--- /dev/null
+++ b/html-templates/postamble.html
@@ -0,0 +1,6 @@
+<div id="fsf-banner">
+ <center>Please support the FSF for a free society:</center>
+ <iframe src="//static.fsf.org/nosvn/banners/202111fundraiser/" scrolling="no"
+ style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;">
+ </iframe>
+</div>
diff --git a/publish.el b/publish.el
index e417892..8cbc88b 100644
--- a/publish.el
+++ b/publish.el
@@ -25,7 +25,7 @@
:section-numbers nil
:html-self-link-headlines t
:html-preamble me/html-preamble
- :html-postamble nil
+ :html-postamble me/html-postamble
)
("pages-html"
:base-directory "pages"