blob: 88d33eacb522f254ebabf4a326cf948de3984559 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{{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>To reply, follow the <code>mailto</code> link
in the the author's name.</p>{{end}}
{{insert footer.html}}
|