diff --git a/_layouts/post.html b/_layouts/post.html index 1659c3e..e80a3b9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -20,7 +20,7 @@
-

{{ page.title }}

+

{{ page.title }}

{{ page.date | date: "%a, %d %b %Y, %r" }}

diff --git a/assets/css/post.css b/assets/css/post.css index 50ec234..07e6155 100644 --- a/assets/css/post.css +++ b/assets/css/post.css @@ -19,6 +19,10 @@ body { background-attachment: fixed; } +p, h1 { + word-wrap: anywhere; +} + a { color: green; } @@ -32,7 +36,7 @@ p > img { margin-bottom: 10px; } -.use-ibm > p { +.use-ibm > p, .use-ibm > ol > li > p, li::marker { font-family: "IBM VGA", monospace; font-size: 1.125em; }