diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-23 15:52:22 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-23 21:32:16 -0500 |
commit | efbd3731c986a8555869c184cda69ff9b910ce9f (patch) | |
tree | 0fb2ab20c6618c120baac1d192ee5c5558fb1fe0 /tmpl | |
parent | 7c62b0a53c35f2cfce07469fb771ef0aa8f2302d (diff) |
pdf support
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/pdf.md.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpl/pdf.md.erb b/tmpl/pdf.md.erb new file mode 100644 index 0000000..2ce7327 --- /dev/null +++ b/tmpl/pdf.md.erb @@ -0,0 +1,5 @@ +<%= pdf_metadata.to_yaml %> +class: pdf +--- + +<iframe src="<%= url.route_to(pdf_viewer_url) %>" ></iframe> |