diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 10:37:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 10:40:34 -0300 |
commit | eaece88913d73661960a055a5c10bdeaa6a19f99 (patch) | |
tree | 3f4c078e225c99766cfb963f825fa5956ac0ee4f /_layouts/slides.html | |
parent | styles.css: Simplify margin, remove "optimizeLegibility" (diff) | |
download | euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.gz euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.xz |
Update link to Git repositories
Diffstat (limited to '_layouts/slides.html')
-rw-r--r-- | _layouts/slides.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html index bb389e3..1cc5cc5 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -47,7 +47,7 @@ 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 + https://euandreh.xyz/website.git/tree/_slides/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.slides {% endcapture %} <a href="{{ url }}"> {{ url }} @@ -67,7 +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 }}) +1. [view source](https://euandreh.xyz/website.git/tree/{{ page.path }}) </textarea> </section> </div> |