Show date on patch page; some style changes

Tue Mar 11 2025

tucker.mcknight@gmail.com


    

66c235405a4e714ae348e37f3ce72625dcc0e91c

darcs pull https://repos.tuckerm.us/repos/eleventy-darcs/branches/main -h 66c235405a4e714ae348e37f3ce72625dcc0e91c
main.css:53
Before
After
  font-size: 14px;
patch.njk:10
Before
After
<p>{{patchInfo.patch.date | date }}</p>
patch.njk:12
Before

<p>{{patchInfo.patch.hash}}</p>
After

<pre class=&quot;patch-hash"&gt;{{patchInfo.patch.hash}}</pre>
<br />