aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-05-10 15:31:30 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-05-10 15:31:30 +0200
commit212124e022e68f8c03bfe24bdf08787404126c8c (patch)
tree6bd4f47b881236ee9bfc5a09aa5d746ea7aa9b19 /_layouts
parent6cbf4d867d840014fbbb646e04002395fcec1fb0 (diff)
Add ICT in de Wolken presentation
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/slides.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html
new file mode 100644
index 0000000..db2243a
--- /dev/null
+++ b/_layouts/slides.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>{{ page.title }}</title>
+ <link rel="stylesheet" href="/slides/reveal.js/reveal.css">
+ <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
+ {% for style in page.styles %}
+ <link rel="stylesheet" href="{{ style }}">
+ {% endfor %}
+ </head>
+ <body>
+ {{ content }}
+ <script src="/slides/reveal.js/reveal.js"></script>
+ {% for script in page.scripts %}
+ <script src="{{ script }}"></script>
+ {% endfor %}
+ </body>
+</html>