Sha256: c6e4a53b47ec6fb2de90ffbd93c67d3235bfaf193ab2231dd7b9776b06cea0af
Contents?: true
Size: 1.14 KB
Versions: 87
Compression:
Stored size: 1.14 KB
Contents
<!DOCTYPE html> <html> <head> <title>{{ page.title }}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link href="style.css" media="all" rel="stylesheet" type="text/css"/> <link rel="icon" href="{{ page.favicon }}" type="image/x-icon"> </head> <body> <script src="{{ page.remarkjs }}" type="text/javascript"></script> <script type="text/javascript"> var slideshow = remark.create({ sourceUrl: '{{ page.slides }}', // Set the slideshow display ratio ratio: '{{ page.screen_ratio }}', // Navigation options navigation: { // Enable or disable navigating using scroll // Default: true // Alternatives: false scroll: false, // Enable or disable navigation using touch // Default: true // Alternatives: false touch: true, // Enable or disable navigation using click // Default: false // Alternatives: true click: false } }); // slideshow.togglePresenterMode(); </script> {% include google_analytics.html %} </body> </html>
Version data entries
87 entries across 87 versions & 1 rubygems