diff options
author | EuAndreh <eu@euandre.org> | 2021-02-11 01:22:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-11 01:22:42 -0300 |
commit | 21fe9e09d82c52ac3c16a11edd0240312d54beaa (patch) | |
tree | 97fcb2a71008af5a4da9e2e85853e86be664bef9 /_layouts/slides.html | |
parent | Update pinned-channels.scm to get Jekyll version 4 (diff) | |
download | euandre.org-21fe9e09d82c52ac3c16a11edd0240312d54beaa.tar.gz euandre.org-21fe9e09d82c52ac3c16a11edd0240312d54beaa.tar.xz |
Add "view source" links
Diffstat (limited to '')
-rw-r--r-- | _layouts/slides.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html index 2ab0cfa..e81bc2d 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -67,6 +67,7 @@ {{ 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 }} %}) +1. [view source](https://git.euandreh.xyz/website/tree/{{ page.path }}) </textarea> </section> </div> |