Sha256: dfb48d9ce8bda1eb6ca60fb762f81ae36681d0b531901da5b715d36f40ba4b39
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
<meta charset="utf-8"> <title><%= config.title %></title> <meta name="description" content="A framework for easily creating beautiful presentations using HTML"> <meta name="author" content="<%= config.author %>"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/<%= config.theme %>.css" id="theme"> <!-- Code syntax highlighting --> <link rel="stylesheet" href="lib/css/zenburn.css"> <link rel="stylesheet" href="css/reveal-ck.css"> <% css_files.each do |file| %> <link rel="stylesheet" href="<%= file %>"> <% end %> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]-->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reveal-ck-3.0.1 | files/reveal-ck/templates/index.html/head.html.erb |
reveal-ck-3.0.0 | files/reveal-ck/templates/index.html/head.html.erb |