diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-29 21:48:07 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-29 21:48:07 +0100 |
commit | bf5d57ef52f91dacb809f8a4b5bde9eca4356f0b (patch) | |
tree | ce6e362deb6385283afacd237904074d9aca88be /src/http/tpl/post-edit.html | |
parent | f6ab6db9c2e7e240174a0c4b13b062f0ac0c8ed3 (diff) |
Remove mention of the word 'blog'
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 -}} |