blob: 2fb562603225f13252376052ae50978714616307 (
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><a href=#exposition>Comments</a></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}}
|