aboutsummaryrefslogtreecommitdiff
path: root/_layouts/slides.html
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-02-28 00:24:24 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-02-28 00:24:24 +0100
commit0a22ac3452d6fc25ea0b422188d20991a5b2da58 (patch)
treebc9fcc7a043aee81dd4266e8a4469a551c3081e7 /_layouts/slides.html
parent1d000946313c5758b2935ed8cc9a64858172ff74 (diff)
Fix all links and advertize IPFS version
Diffstat (limited to '_layouts/slides.html')
-rw-r--r--_layouts/slides.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html
index 47be94e..4c902ab 100644
--- a/_layouts/slides.html
+++ b/_layouts/slides.html
@@ -1,10 +1,9 @@
<!DOCTYPE html>
-{% include relBase.html %}
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
- <link rel="stylesheet" href="{{relBase}}slides/reveal.js/reveal.css">
+ <link rel="stylesheet" href="{{ "/slides/reveal.js/reveal.css" | relativize_url }}">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
{% for style in page.styles %}
<link rel="stylesheet" href="{{ style }}">
@@ -12,7 +11,7 @@
</head>
<body>
{{ content }}
- <script src="{{relBase}}slides/reveal.js/reveal.js"></script>
+ <script src="{{ "/slides/reveal.js/reveal.js" | relativize_url }}"></script>
{% for script in page.scripts %}
<script src="{{ script }}"></script>
{% endfor %}