diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-16 22:01:25 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-16 22:01:25 -0600 |
commit | 7bd7af44a99c81999b1650bf21dd720b3e67fef6 (patch) | |
tree | 0f0e8ceced7d74a576f1050aaf2536ca1dd7aeec /srv/src/http/tpl/edit-post.html | |
parent | 2144e9f2f113ff2e3ff6d1df96bb766fd8b79b94 (diff) |
remove target:_blanks
Diffstat (limited to 'srv/src/http/tpl/edit-post.html')
-rw-r--r-- | srv/src/http/tpl/edit-post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/http/tpl/edit-post.html b/srv/src/http/tpl/edit-post.html index 9a2f085..45e8f84 100644 --- a/srv/src/http/tpl/edit-post.html +++ b/srv/src/http/tpl/edit-post.html @@ -27,7 +27,7 @@ placeholder="e.g. how-to-fly-a-kite" value="{{ .Payload.Post.ID }}" /> {{ else }} - <a href="{{ PostURL .Payload.Post.ID }}" target="_blank">{{ .Payload.Post.ID }}</a> + <a href="{{ PostURL .Payload.Post.ID }}">{{ .Payload.Post.ID }}</a> <input name="id" type="hidden" value="{{ .Payload.Post.ID }}" /> {{ end }} </td> |