From 11011d7c373c655830053b155eeaf632c2658ac7 Mon Sep 17 00:00:00 2001 From: Yuchen Pei <me@ypei.me> Date: Thu, 24 Jun 2021 17:50:34 +1000 Subject: Updated. - added mathjax (freed) - added rss.py - updated publish.el - etc. --- html-templates/preamble.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 html-templates/preamble.html (limited to 'html-templates/preamble.html') 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> -- cgit v1.2.3