aboutsummaryrefslogtreecommitdiff
path: root/html-templates
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-06-24 17:50:34 +1000
committerYuchen Pei <me@ypei.me>2021-06-24 17:50:34 +1000
commit11011d7c373c655830053b155eeaf632c2658ac7 (patch)
tree2e7ae85b013041fef7e733ddb4c74dd197c17f56 /html-templates
parent4f5ad1a70089365c5b6949d06386930433e09193 (diff)
Updated.
- added mathjax (freed) - added rss.py - updated publish.el - etc.
Diffstat (limited to 'html-templates')
-rw-r--r--html-templates/postamble.html8
-rw-r--r--html-templates/preamble.html14
2 files changed, 22 insertions, 0 deletions
diff --git a/html-templates/postamble.html b/html-templates/postamble.html
new file mode 100644
index 0000000..7942761
--- /dev/null
+++ b/html-templates/postamble.html
@@ -0,0 +1,8 @@
+<footer>
+ <center>
+ Copyright 2013-2021 by Yuchen Pei, licensed under <a href=https://creativecommons.org/licenses/by-sa/4.0/>CC BY-SA 4.0</a>.
+</center>
+<center>
+ This website was assembled using <a href=https://orgmode.org/manual/Publishing.html>org mode</a> and <a href=https://www.gnu.org/software/librejs/free-your-javascript.html>respects your freedom (LibreJS-compliant)</a>.
+</center>
+</footer>
diff --git a/html-templates/preamble.html b/html-templates/preamble.html
new file mode 100644
index 0000000..9da0cf0
--- /dev/null
+++ b/html-templates/preamble.html
@@ -0,0 +1,14 @@
+<header>
+ <span class="logo">
+ <a href="/index.html">About</a>
+ </span>
+ <nav>
+ <a href="/blog.html">Blog</a><a href="/microblog.html">Microblog</a>
+ </nav>
+</header>
+<div id="fsf-banner">
+ <center>Please join me to support the FSF for a free society.</center>
+ <iframe src="//static.fsf.org/nosvn/banners/2021fundraiser-spring/"
+ style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;">
+ </iframe>
+</div>