-
+ <. } .>
+
- <.= p.text .> <.} else {.>
<. include!("./_markup.html"); .>
diff --git a/templates/main.css b/templates/main.css index 3d287ae..3a605f0 100644 --- a/templates/main.css +++ b/templates/main.css @@ -72,6 +72,8 @@ code { .code-block { display: block; + margin: 5px 0; + padding: 20px; } iframe { @@ -145,3 +147,7 @@ blockquote { border-left: 4px solid #333; font-style: italic; } + +ol, ul { + margin-left: 40px; +} diff --git a/templates/post.html b/templates/post.html index 6493b79..8bc724f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,6 +4,7 @@ <. include!("./post_meta.html"); .>
+ <. let mut open_list = false ; .>