about summary refs log tree commit diff homepage
path: root/_layout/page_foot.html
blob: 848d42e3b9dc3ecef902a8c085baadcd6136ccdb (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>&mdash;{{isempty rss}}{{author}},
  {{else}}{{mailto_comment}}, {{end}}{{date}}</small><br>{{end}}

{{isnotempty rss}}<section class=comments>
  <h2>Comments</h2>
  <p>To reply, follow the <code>mailto</code> link
    in the the author's name.</p>
</section>{{end}}
{{insert footer.html}}