##// END OF EJS Templates
Added title to full_html and slides.
damianavila -
Show More
@@ -7,6 +7,7 b''
7 <head>
7 <head>
8
8
9 <meta charset="utf-8" />
9 <meta charset="utf-8" />
10 <title>{{resources['metadata']['name']}}</title>
10
11
11 {% for css in resources.inlining.css -%}
12 {% for css in resources.inlining.css -%}
12 <style type="text/css">
13 <style type="text/css">
@@ -12,6 +12,8 b''
12 <meta name="apple-mobile-web-app-capable" content="yes" />
12 <meta name="apple-mobile-web-app-capable" content="yes" />
13 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
13 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
14
14
15 <title>{{resources['metadata']['name']}} slides</title>
16
15 <!-- General and theme style sheets -->
17 <!-- General and theme style sheets -->
16 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/reveal.css">
18 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/reveal.css">
17 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/theme/simple.css" id="theme">
19 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/theme/simple.css" id="theme">
General Comments 0
You need to be logged in to leave comments. Login now