diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/quote.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/quote.mdwn b/templates/quote.mdwn new file mode 100644 index 0000000..d03c8db --- /dev/null +++ b/templates/quote.mdwn @@ -0,0 +1,6 @@ +<TMPL_VAR content> +</div> +<blockquote class="blockquote-reverse"> +<p><TMPL_VAR content></p> +<footer><TMPL_VAR author></footer> +</blockquote> |