Added pub_date to mailing list subject

This commit is contained in:
Felipe M 2020-02-02 18:36:55 +01:00
parent 572d48b045
commit 8450623c91
Signed by: fmartingr
GPG key ID: 716BC147715E716F

View file

@ -9,7 +9,7 @@
{{ render_blog_post(this) }} {{ render_blog_post(this) }}
<div class="center block-info"> <div class="center block-info">
In order to make a public comment on this entry please use In order to make a public comment on this entry please use
<a href="mailto:~fmartingr/fmartingr.com@lists.sr.ht?subject=Re: {{ this.title }}">the mailing list</a> <a href="mailto:~fmartingr/fmartingr.com@lists.sr.ht?subject=Re: [{{ this.pub_date }}] {{ this.title }}">the mailing list</a>
and if you want to approach me directly use the most appropriate channel from and if you want to approach me directly use the most appropriate channel from
<a href="{{ '/about'|url }}">the about page</a>. <a href="{{ '/about'|url }}">the about page</a>.
</div> </div>