blob: bb10e5a3636ff3e30a10441082b051894ca14550 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{{isnotempty tags}}<small class=tags><strong>Tags:</strong>{{for tag in tags}}
<a href=/tag/{{tag}}>{{tag}}</a>{{end}}</small>
<small class=right>—{{isempty rss}}{{author}},
{{else}}<a href="{{mailto_comment}}" title="Reply via email">{{author}}</a>,
{{end}}{{date}}</small><br>{{end}}
{{isnotempty rss}}<h2>Comments</h2>
{{comments_rendered}}
<p>Follow the anchor in an author's name to reply via
<a href=https://useplaintext.email>plaintext email</a>. Markdown
inline markups, block quotes, lists and code blocks are supported.</p>{{end}}
{{insert footer.html}}
|