diff options
Diffstat (limited to 'srv/src/http/tpl/posts.html')
-rw-r--r-- | srv/src/http/tpl/posts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srv/src/http/tpl/posts.html b/srv/src/http/tpl/posts.html index 714cf07..c3aad0c 100644 --- a/srv/src/http/tpl/posts.html +++ b/srv/src/http/tpl/posts.html @@ -22,7 +22,7 @@ <p style="text-align: center;"> - <a href="{{ BlogURL "posts/" }}?method=edit"> + <a href="{{ BlogURL "posts/" }}?edit"> <button>New Post</button> </a> </p> @@ -36,7 +36,7 @@ <td>{{ .PublishedAt }}</td> <td><a href="{{ PostURL .ID }}" target="_blank">{{ .Title }}</a></td> <td> - <a href="{{ PostURL .ID }}?method=edit"> + <a href="{{ PostURL .ID }}?edit"> <button>Edit</button> </a> </td> |