diff options
-rw-r--r-- | _layouts/slides.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html index c8bc4a1..64f28fc 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -36,6 +36,24 @@ <link rel="stylesheet" href="/slides.css"> </head> <body> + <noscript> + <p> + This page uses JavaScript to render the HTML slides on the browser + with <a href="https://revealjs.com">reveal.js</a>. + </p> + + <p> + I don't (yet) generate PDF versions of the slides for people without JavaScript, but + you can see the markdown for the presentation here: + <br /> + {% capture url %} + https://git.euandreh.xyz/website/tree/_slides/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.slides + {% endcapture %} + <a href="{{ url }}"> + {{ url }} + </a> + </p> + </noscript> <div class="reveal"> <div class="slides"> <section data-markdown |