diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/public-inbox.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index c645572..d28a184 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -7,13 +7,21 @@ {% if page.lang == 'en' %} <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://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> {% 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://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> {% 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://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> +{% 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> {% endif %} |