aboutsummaryrefslogtreecommitdiff
path: root/public/views/post.html
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-03-21 05:33:41 -0400
committerBobby <[email protected]>2022-03-21 05:33:41 -0400
commitb2e08063441f73ea5196e28910ff21047cdbbf8c (patch)
tree84ec0273b79b66961417d737a2e2f8444ce70528 /public/views/post.html
parentd8363271eef45971d835d9abe9553d9894664f2a (diff)
downloadluciferreeves.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.html7
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