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 /_includes/public-inbox.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 '_includes/public-inbox.html')
-rw-r--r-- | _includes/public-inbox.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index d28a184..5ecb169 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -8,20 +8,20 @@ <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Comment</a> and see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a> - | <a href="https://git.euandreh.xyz/website/tree/{{ page.path }}">view source</a> + | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">view source</a> {% elsif page.lang == 'pt' %} <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Comente</a> e veja <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">as discussões existentes</a> - | <a href="https://git.euandreh.xyz/website/tree/{{ page.path }}">ver fonte</a> + | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">ver fonte</a> {% elsif page.lang == 'fr' %} <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Commenter</a> et afficher <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">les discussion existantes</a> - | <a href="https://git.euandreh.xyz/website/tree/{{ page.path }}">voir source</a> + | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">voir source</a> {% elsif page.lang == 'eo' %} <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Komentu</a> kaj <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">vidi ekzistantajn diskutojn</a> - | <a href="https://git.euandreh.xyz/website/tree/{{ page.path }}">vidu fontkodo</a> + | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">vidu fontkodo</a> {% endif %} |