diff --git a/print.css b/print.css index 3256e3b..355fe1c 100644 --- a/print.css +++ b/print.css @@ -304,7 +304,7 @@ q { body { font-family: "CascadiaCode VTT"; font-size: .8rem; - margin: 1rem; + margin: 2rem 1rem 1rem 1rem; } article { @@ -341,6 +341,7 @@ mark { white-space: normal; text-align: left; text-justify: none; + page-break-inside: avoid; } h1, diff --git a/script.py b/script.py index 77304d6..1dc83fe 100644 --- a/script.py +++ b/script.py @@ -70,7 +70,7 @@ template = env.get_template("book.jinja") # rendering the template and storing the resultant text in variable output output = template.render( - now = now, + now = ow.strftime("%B %dth %Y"), next_report = next_report, log_files = log_files, last_user_added=last_user_added.stdout.decode('UTF-8'), diff --git a/templates/book.jinja b/templates/book.jinja index e084050..e79a94e 100644 --- a/templates/book.jinja +++ b/templates/book.jinja @@ -36,9 +36,6 @@ Activity that is logged, is often compiled in inaccessible log files that track the work a server performs as data. They're both hard to retrieve, hard to decipher, and have a bias towards the technological ecology, prioritizing the labour of machines.

- Chopchop is a a Raspebrry Pi that is configured, maintained and used by XPUB1 as a community server. -

-

Chopchop is a a Raspberry Pi that is configured, maintained and used as a community server by XPUB1