summaryrefslogtreecommitdiff
path: root/_layouts/slides.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-19 14:04:03 -0300
committerEuAndreh <eu@euandre.org>2020-12-19 14:15:13 -0300
commit1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191 (patch)
tree7632464151312225bf91075021c6fc5d8e2e042e /_layouts/slides.html
parentFix translation navigation link of collections (diff)
downloadeuandre.org-1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191.tar.gz
euandre.org-1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191.tar.xz
Add default links to end of slides
Diffstat (limited to '_layouts/slides.html')
-rw-r--r--_layouts/slides.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html
index 4f99f52..93b84cb 100644
--- a/_layouts/slides.html
+++ b/_layouts/slides.html
@@ -42,6 +42,8 @@
data-separator-notes="^\?\?\?$">
<textarea data-template>
{{ content }}
+1. {{ site.t.slides.these_slides[page.lang] }}: [{{ site.tld }}/{{ site.t.slides.url[page.lang] | replace: '.md', '.html' }}]({% link {{ site.t.slides.url[page.lang] }} %})
+1. [{{ site.t.slides.prose_version[page.lang]}}]({% link {{ page.article }} %})
</textarea>
</section>
</div>