diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:01:25 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:01:25 -0500 |
commit | 485d6a8e3d7a16a128ec945ecb401d419e741f81 (patch) | |
tree | 1a1259155c99c7ad5b825ac39553ec27a7b1e2a1 /html/now.html | |
parent | 60dfa1702796dc5dee294e1358afb3a969802fc2 (diff) |
Improve note page view
Diffstat (limited to 'html/now.html')
-rw-r--r-- | html/now.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/now.html b/html/now.html index c79a750..00c7061 100644 --- a/html/now.html +++ b/html/now.html @@ -1,6 +1,6 @@ <!doctype html> -<html lang="en"> +<html class="" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -26,12 +26,14 @@ <h1 class="page-title-header">Now</h1> </div> <div class="note-divider"></div> -<div class="note-body"> +<div class="main-container"> + <div class="note-body"> <p>A monthly update about my life</p> <blockquote> <h2 id="october-2022">October 2022</h2> <p>After reading about digital gardens, I’ve decided to convert my whole website into its very own digital garden. I wasn’t too happy with existing themes and tools I could find online so I decided to try and build a digital garden engine myself using pandoc and custom filters.</p> </blockquote> + </div> </div> </main> </body> </html> |