diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/timeline.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 8de6705..b3421ba 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -1,6 +1,6 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -<h1>{{.Title}} <a class="page-link" href="{{$.Ctx.Referrer}}" accesskey="T" title="Refresh (T)">refresh</a></h1> +<h1>{{.Title}} <a class="page-link" href="{{.RefreshLink}}" accesskey="T" title="Refresh (T)">refresh</a></h1> {{if eq .Type "remote"}} <form action="/timeline/remote" method="GET"> |