mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 02:36:24 -07:00
Add update thread button
This commit is contained in:
parent
9e61ef2730
commit
ab42c1332b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<h1 id="board-title">/{{$.board.Dir}}/ - {{$.board.Title}}</h1>
|
||||
<div id="board-subtitle">
|
||||
{{$.board.Subtitle}}<br/>
|
||||
<a href="{{webPathDir $.board.Dir}}" >Return</a> | <a href="{{webPath $.board.Dir "/catalog.html"}}">Catalog</a> | <a href="#footer">Bottom</a>
|
||||
<a href="{{webPathDir $.board.Dir}}" >Return</a> | <a href="#" onClick="window.location.reload(); return false;">Update</a> | <a href="{{webPath $.board.Dir "/catalog.html"}}">Catalog</a> | <a href="#footer">Bottom</a>
|
||||
</div>
|
||||
</header><hr />
|
||||
{{template "postbox.html" .}}<hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue