From f818d439160c8f06add42dd10cfcdbddc71b04d7 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 8 Jan 2016 21:16:14 -0800 Subject: Add stuff to source/ and exclude them The lonely templates/template.html finally finds it home in the cozy source/, where it rightfully belongs, without the need to worry about being exposed to the world in build/ ;) The full fontello distribution I downloaded (and unpacked) from fontello.com is now in source/fonts/fontello. --- source/template.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 source/template.html (limited to 'source/template.html') diff --git a/source/template.html b/source/template.html new file mode 100644 index 00000000..a42df254 --- /dev/null +++ b/source/template.html @@ -0,0 +1,62 @@ + + + + + + +$if(date)$ + +$endif$ + $pagetitle$ + + + + + + + + + + +$if(highlighting-css)$ + +$endif$ + + + + +
+$if(title)$ +
+

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ + +
+$endif$ +$body$ +
+
+ + + -- cgit v1.2.1