diff options
author | EuAndreh <eu@euandre.org> | 2022-11-26 18:44:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-26 20:29:13 -0300 |
commit | c02760513a1fb291cb32b2fe044470da26daee7f (patch) | |
tree | df90c9ac8003245d42786534ccb430e1f7192bcf /_includes/public-inbox.html | |
parent | dynamic.mk: Move iroh -> toph, update remote path (diff) | |
download | euandre.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 '')
-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 6cda36f..9be48ea 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://euandreh.xyz/euandre.org.git/tree/{{ page.path }}">view source</a> + | <a href="https://euandre.org/git/euandre.org/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://euandreh.xyz/euandre.org.git/tree/{{ page.path }}">ver fonte</a> + | <a href="https://euandre.org/git/euandre.org/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://euandreh.xyz/euandre.org.git/tree/{{ page.path }}">voir source</a> + | <a href="https://euandre.org/git/euandre.org/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://euandreh.xyz/euandre.org.git/tree/{{ page.path }}">vidu fontkodo</a> + | <a href="https://euandre.org/git/euandre.org/tree/{{ page.path }}">vidu fontkodo</a> {% endif %} |