nice date

main
vitrinekast 8 months ago
parent 46200c309c
commit 7c4fee4da6

@ -304,7 +304,7 @@ q {
body { body {
font-family: "CascadiaCode VTT"; font-family: "CascadiaCode VTT";
font-size: .8rem; font-size: .8rem;
margin: 1rem; margin: 2rem 1rem 1rem 1rem;
} }
article { article {
@ -341,6 +341,7 @@ mark {
white-space: normal; white-space: normal;
text-align: left; text-align: left;
text-justify: none; text-justify: none;
page-break-inside: avoid;
} }
h1, h1,

@ -70,7 +70,7 @@ template = env.get_template("book.jinja")
# rendering the template and storing the resultant text in variable output # rendering the template and storing the resultant text in variable output
output = template.render( output = template.render(
now = now, now = ow.strftime("%B %dth %Y"),
next_report = next_report, next_report = next_report,
log_files = log_files, log_files = log_files,
last_user_added=last_user_added.stdout.decode('UTF-8'), last_user_added=last_user_added.stdout.decode('UTF-8'),

@ -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. 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.
</p> </p>
<p> <p>
Chopchop is a a Raspebrry Pi that is configured, maintained and used by XPUB1 as a community server.
</p>
<p>
Chopchop is a a Raspberry Pi that is configured, maintained and used as a community server by XPUB1 Chopchop is a a Raspberry Pi that is configured, maintained and used as a community server by XPUB1
</p> </p>
<p> <p>

Loading…
Cancel
Save