diff options
| author | Bobby <[email protected]> | 2022-03-20 00:27:27 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-03-20 00:27:27 -0400 |
| commit | a0253ed2ce318c52944363396cbd181ba6ca05d4 (patch) | |
| tree | 5ac76f9fd0e4d9deceaeb095a951011cb0f0aa93 /public/views/createPost.html | |
| parent | 51b01007881b25958577341f6398b04beca82dcb (diff) | |
| download | luciferreeves.github.io-a0253ed2ce318c52944363396cbd181ba6ca05d4.tar.xz luciferreeves.github.io-a0253ed2ce318c52944363396cbd181ba6ca05d4.zip | |
fix post rendering and links
Diffstat (limited to 'public/views/createPost.html')
| -rw-r--r-- | public/views/createPost.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/createPost.html b/public/views/createPost.html index fddf13c..976c0e5 100644 --- a/public/views/createPost.html +++ b/public/views/createPost.html @@ -170,7 +170,7 @@ title: title, publishDate: publishDate, tags: tags, - content: marked.parse(content), + content: content, shortText: marked.parse(content.substring(0, 120) + "..."), slug: slug }; |
