diff options
author | EuAndreh <eu@euandre.org> | 2021-01-17 17:33:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-17 17:33:02 -0300 |
commit | a090e4b6123e52b18b511fb6095e65a057bdf38a (patch) | |
tree | 4271e751f99ea297f013ee420b05aca22b5ec991 /_layouts/slides.html | |
parent | torrent.html: Add note on torrent link (diff) | |
download | euandre.org-a090e4b6123e52b18b511fb6095e65a057bdf38a.tar.gz euandre.org-a090e4b6123e52b18b511fb6095e65a057bdf38a.tar.xz |
slides.html: Add <noscript> section
Diffstat (limited to '')
-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 |