summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/posts.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-08-16 22:01:25 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-08-16 22:01:25 -0600
commit7bd7af44a99c81999b1650bf21dd720b3e67fef6 (patch)
tree0f0e8ceced7d74a576f1050aaf2536ca1dd7aeec /srv/src/http/tpl/posts.html
parent2144e9f2f113ff2e3ff6d1df96bb766fd8b79b94 (diff)
remove target:_blanks
Diffstat (limited to 'srv/src/http/tpl/posts.html')
-rw-r--r--srv/src/http/tpl/posts.html2
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>