diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 10:13:46 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 10:13:46 -0600 |
commit | 75044eef0331bb9448da813288aafc6735ce7c22 (patch) | |
tree | a2fb34b0811cb524d87016e968255d2b6771d06d /srv/src/api/tpl/posts.html | |
parent | 0bc0204f0b718464d7ea9d97d6d03ee81f1953c6 (diff) |
Implement edit post page
Diffstat (limited to 'srv/src/api/tpl/posts.html')
-rw-r--r-- | srv/src/api/tpl/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/api/tpl/posts.html b/srv/src/api/tpl/posts.html index e701f59..714cf07 100644 --- a/srv/src/api/tpl/posts.html +++ b/srv/src/api/tpl/posts.html @@ -22,7 +22,7 @@ <p style="text-align: center;"> - <a href="{{ BlogURL "posts/" }}?method=new"> + <a href="{{ BlogURL "posts/" }}?method=edit"> <button>New Post</button> </a> </p> |