blob: 3ec6f70d502a8cd0cb2f2e17002f61c6a4ce2435 (
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>Follow the anchor in an author's name to reply. Please read
the <a href=/blog/reply#moderation>rules</a> before commenting.</p>{{end}}
{{insert footer.html}}
|