diff --git a/http-html.go b/http-html.go
index da33915..0eec660 100644
--- a/http-html.go
+++ b/http-html.go
@@ -203,7 +203,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) {
@@ -215,7 +215,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) {
"/?uri="+twter.URI, twter.Nick,
twter.URI, uri.Host,
"/conv/"+twt.Subject().Tag().Text(), fmt.Sprintf("", twt.Created().Format(time.RFC3339), twt.Created().Format(time.RFC822)),
- // time.Since(twt.Created()).Round(time.Minute).String(),
+ "/conv/"+twt.Subject().Tag().Text(),
twt,
)
output += int64(i)