diff options
| author | Bobby <[email protected]> | 2022-03-21 05:33:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-03-21 05:33:41 -0400 |
| commit | b2e08063441f73ea5196e28910ff21047cdbbf8c (patch) | |
| tree | 84ec0273b79b66961417d737a2e2f8444ce70528 /public/views/post.html | |
| parent | d8363271eef45971d835d9abe9553d9894664f2a (diff) | |
| download | luciferreeves.github.io-b2e08063441f73ea5196e28910ff21047cdbbf8c.tar.xz luciferreeves.github.io-b2e08063441f73ea5196e28910ff21047cdbbf8c.zip | |
fix posts code rendering
Diffstat (limited to 'public/views/post.html')
| -rw-r--r-- | public/views/post.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/views/post.html b/public/views/post.html index e2f9bdc..7a799bb 100644 --- a/public/views/post.html +++ b/public/views/post.html @@ -36,6 +36,11 @@ pre { padding: 10px; } + img { + width: 80%; + display: block; + margin: 20px 0px; + } </style> </head> @@ -74,6 +79,8 @@ <script src="/static/assets/js/bootstrap-386.js"></script> <script src="/static/assets/js/bootstrap-transition.js"></script> <script src="/static/assets/js/bootstrap-collapse.js"></script> + <script src="/static/assets/js/marked.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/highlight.min.js"></script> </body> </html>
\ No newline at end of file |
