aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-26 18:44:55 -0300
committerEuAndreh <eu@euandre.org>2022-11-26 20:29:13 -0300
commitc02760513a1fb291cb32b2fe044470da26daee7f (patch)
treedf90c9ac8003245d42786534ccb430e1f7192bcf /_layouts
parentdynamic.mk: Move iroh -> toph, update remote path (diff)
downloadeuandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.gz
euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.xz
Replace kuvira -> toph
git grep -l euandreh.xyz | xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|' Plus a few other manual changes.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/slides.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html
index d80ad88..b752a4f 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/euandre.org.git/tree/_slides/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.slides
+ https://euandre.org/git/euandre.org/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/euandre.org.git/tree/{{ page.path }})
+1. [view source](https://euandre.org/git/euandre.org/tree/{{ page.path }})
</textarea>
</section>
</div>