diff options
author | EuAndreh <eu@euandre.org> | 2021-01-17 17:38:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-17 17:38:58 -0300 |
commit | c345e26d55dc094db7235a30b882bd0c2673a96e (patch) | |
tree | 050209380d2509084122a9a538c41b29fa0fa98d | |
parent | _layouts/slides.html: tabs -> spaces (diff) | |
download | euandre.org-c345e26d55dc094db7235a30b882bd0c2673a96e.tar.gz euandre.org-c345e26d55dc094db7235a30b882bd0c2673a96e.tar.xz |
_layouts/slides.html: Link to prose version
Diffstat (limited to '')
-rw-r--r-- | _layouts/slides.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html index 14e3a86..6a7b970 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -53,6 +53,10 @@ {{ url }} </a> </p> + + <p> + See also the <a href="{% link {{ page.article }} %}">prose version of this presentation</a>. + </p> </noscript> <div class="reveal"> <div class="slides"> |