Sha256: c6962a290a80e69d1324b1bc23cb0f722e3a0e5f5b46341f667f709140c003f7

Contents?: true

Size: 1.22 KB

Versions: 7

Compression:

Stored size: 1.22 KB

Contents

<meta charset="utf-8">

<title><%= config.title %></title>

<meta name="description" content="<%= config.description %>">
<meta name="author" content="<%= config.author %>">
<meta name="generator" content="reveal-ck <%= RevealCK::VERSION %>">

<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

7 entries across 7 versions & 1 rubygems

Version Path
reveal-ck-3.5.1 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-3.5.0 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-3.4.0 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-3.3.1 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-3.3.0 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-3.2.0 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-3.1.0 files/reveal-ck/templates/index.html/head.html.erb