From eaece88913d73661960a055a5c10bdeaa6a19f99 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 11 Oct 2021 10:37:53 -0300 Subject: Update link to Git repositories --- _layouts/slides.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts/slides.html') 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:
{% 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 %} {{ 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 }}) -- cgit v1.2.3