diff options
Diffstat (limited to 'src/http/tpl/post-edit.html')
-rw-r--r-- | src/http/tpl/post-edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/tpl/post-edit.html b/src/http/tpl/post-edit.html index 2813754..4c08744 100644 --- a/src/http/tpl/post-edit.html +++ b/src/http/tpl/post-edit.html @@ -94,7 +94,7 @@ <p> <textarea name="body" - placeholder="Blog body" + placeholder="Post body" style="width:100%;height: 75vh;" > {{- .Payload.Post.Body -}} |