diff options
Diffstat (limited to 'srv/src/http/tpl/posts.html')
-rw-r--r-- | srv/src/http/tpl/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/http/tpl/posts.html b/srv/src/http/tpl/posts.html index 7416ee6..b908b08 100644 --- a/srv/src/http/tpl/posts.html +++ b/srv/src/http/tpl/posts.html @@ -17,7 +17,7 @@ {{ range .Payload.Posts }} <tr> <td>{{ .PublishedAt.Local.Format "2006-01-02 15:04:05 MST" }}</td> - <td><a href="{{ PostURL .ID }}" target="_blank">{{ .Title }}</a></td> + <td><a href="{{ PostURL .ID }}">{{ .Title }}</a></td> <td> <a href="{{ PostURL .ID }}?edit"> <button>Edit</button> |