diff options
author | EuAndreh <eu@euandre.org> | 2024-11-17 20:15:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-17 20:18:21 -0300 |
commit | cfd0246b241cb6e58153e68f7e30ed56b9bf054b (patch) | |
tree | 206deba2cec12187e835c64b8a7172277be1a2cf /_includes/public-inbox.html | |
parent | rm tests/assert-frontmatter.sh (diff) | |
download | euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.gz euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.xz |
Remove jekyll infrastructure setup
Diffstat (limited to '_includes/public-inbox.html')
-rw-r--r-- | _includes/public-inbox.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html deleted file mode 100644 index 9be48ea..0000000 --- a/_includes/public-inbox.html +++ /dev/null @@ -1,27 +0,0 @@ -{% comment %} - This snippet need to be an include and not simply a string entry in - _config.yml. This is because the page.title needs to be injected in the - comment link, and putting it as pieces of a string in _config.yml would make - it harder to understand. -{% endcomment %} -{% 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://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://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://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://euandre.org/git/euandre.org/tree/{{ page.path }}">vidu fontkodo</a> -{% endif %} |