aboutsummaryrefslogtreecommitdiff
path: root/_layouts/slides.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/slides.html')
-rw-r--r--_layouts/slides.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html
index 7fb0953..d80ad88 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://euandreh.xyz/website.git/tree/_slides/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.slides
+ https://euandreh.xyz/euandre.org.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://euandreh.xyz/website.git/tree/{{ page.path }})
+1. [view source](https://euandreh.xyz/euandre.org.git/tree/{{ page.path }})
</textarea>
</section>
</div>