" <" ,(post-ref post 'email) ">")
(p (@ (class "date"))
,(date->string (post-date post) my-date-format)))
- ,(post-sxml post)))
+ ,(post-sxml post)
+ (p (@ (class "muted inbox"))
+ "Have a question or comment? Start a discussion in my "
+ (a (@ (href "https://lists.sr.ht/~bandali/public-inbox"))
+ "public inbox")
+ " by sending an email to "
+ (a (@ (href "mailto:~bandali/public-inbox@lists.sr.ht"))
+ "~bandali/public-inbox@lists.sr.ht")
+ (small
+ " ["
+ (a (@ (href "https://man.sr.ht/lists.sr.ht/etiquette.md"))
+ "mailing list etiquette")
+ "]")
+ ".")))
(define (my-collection-template site title posts prefix)
(define (post-uri post)
(dl
(dt "A Comparison of the Declarative Modelling Languages B, DASH,
and TLA" (sup "+")
- (span (@ (class "plinks"))
- " [ "
- (a (@ (href "papers/modre2018-declarative.pdf"))
- "pdf")
- " | "
- (a (@ (href "papers/modre2018-declarative.bib"))
- "bib")
- " ]"))
+ (small
+ " [ "
+ (a (@ (href "papers/modre2018-declarative.pdf")) "pdf")
+ " | "
+ (a (@ (href "papers/modre2018-declarative.bib")) "bib")
+ " ]"))
(dd "Ali Abbassi, "
(a (@ (href "https://bandali.eu.org")) "Amin Bandali") ", "
(a (@ (href "https://cs.uwaterloo.ca/~nday/"))