From b43873a9ea07afc698d15559717550f8b46e365c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Jul 2011 16:24:35 -0700 Subject: Added templates as a git submodule. This should make it easier for people to track updates to their custom templates. --- templates/s5.template | 69 --------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 templates/s5.template (limited to 'templates/s5.template') diff --git a/templates/s5.template b/templates/s5.template deleted file mode 100644 index c1f727f6e..000000000 --- a/templates/s5.template +++ /dev/null @@ -1,69 +0,0 @@ - - - - - -$for(author)$ - -$endfor$ -$if(date)$ - -$endif$ - $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ - - - -$if(highlighting-css)$ - -$endif$ -$for(css)$ - -$endfor$ -$if(s5includes)$ -$s5includes$ -$else$ - - - - - - - -$endif$ -$if(math)$ - $math$ -$endif$ -$for(header-includes)$ - $header-includes$ -$endfor$ - - -$for(include-before)$ -$include-before$ -$endfor$ -
-
-
- - -
-
-$if(title)$ -
-

$title$

-

$for(author)$$author$$sep$
$endfor$

-

$date$

-
-$endif$ -$body$ -$for(include-after)$ -$include-after$ -$endfor$ -
- - -- cgit v1.2.3