about summary refs log tree commit diff homepage
path: root/_layout/page_foot.html
diff options
context:
space:
mode:
Diffstat (limited to '_layout/page_foot.html')
-rw-r--r--_layout/page_foot.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html
index 848d42e..88d33ea 100644
--- a/_layout/page_foot.html
+++ b/_layout/page_foot.html
@@ -1,11 +1,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}}
+  {{else}}<a href="{{mailto_comment}}" title="Reply via email">{{author}}</a>,
+  {{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}}
+{{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}}