From 07bf43a314fe65ccd9c7cb663c3c6134a47cc269 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 4 May 2015 18:45:17 -0700 Subject: edit posts and (mostly) figured out the theme Also wrote pyblog that currently can generate parts most of the blog. --- templates/template.html | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 templates/template.html (limited to 'templates/template.html') diff --git a/templates/template.html b/templates/template.html new file mode 100644 index 00000000..1b527e5e --- /dev/null +++ b/templates/template.html @@ -0,0 +1,63 @@ + + + + + + + +$if(date)$ + +$endif$ + $pagetitle$ — dl? cmplnts? + +$if(quotes)$ + +$endif$ +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + + + + +
+$if(title)$ +
+

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ +

+$if(date-display)$ + +$endif$ +by Zhiming Wang +

+
+$endif$ +$if(toc)$ +
+$toc$ +
+$endif$ +$body$ +
+ +
+ + -- cgit v1.2.1