diff options
author | EuAndreh <eu@euandre.org> | 2020-12-02 18:27:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-02 18:27:18 -0300 |
commit | 6b315fbf36e59ea5b908daec891ad6e13685fa2d (patch) | |
tree | e4794545d0aa4a3930fe80fae0cda62494ea84d0 /_includes | |
parent | Shrink footer on comments in posts (diff) | |
download | euandre.org-6b315fbf36e59ea5b908daec891ad6e13685fa2d.tar.gz euandre.org-6b315fbf36e59ea5b908daec891ad6e13685fa2d.tar.xz |
public-inbox.html: Add comment on the existence of public-inbox.html
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/public-inbox.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index e0b6348..c645572 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -1,3 +1,9 @@ +{% 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 |