a personal site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #13 from daniel-daum/maliciouspickle/pkl-45-misc-fixes

fix(app): pkl-45 update post day

authored by

Daniel Daum and committed by
GitHub
60360cf6 3463a8a3

+22 -5
+22 -5
src/pages/now.html
··· 6 6 <link rel="stylesheet" href="../../global.css" /> 7 7 <link rel="preconnect" href="https://rsms.me/" /> 8 8 <link rel="stylesheet" href="https://rsms.me/inter/inter.css" /> 9 - <link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png"/> 10 - <link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png"/> 11 - <link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png"/> 9 + <link 10 + rel="apple-touch-icon" 11 + sizes="180x180" 12 + href="../favicon/apple-touch-icon.png" 13 + /> 14 + <link 15 + rel="icon" 16 + type="image/png" 17 + sizes="32x32" 18 + href="../favicon/favicon-32x32.png" 19 + /> 20 + <link 21 + rel="icon" 22 + type="image/png" 23 + sizes="16x16" 24 + href="../favicon/favicon-16x16.png" 25 + /> 12 26 <link rel="manifest" href="../favicon/site.webmanifest" /> 13 27 <title>daniel daum</title> 14 28 </head> ··· 24 38 25 39 <main> 26 40 <article> 27 - <p class="post-title">2025.04.29 - MONDAY</p> 28 - <p>When all the good places to post go away, you have to create your own.</p> 41 + <p class="post-title">2025.04.29 - TUESDAY</p> 42 + <p> 43 + When all the good places to post go away, you have to create 44 + your own. 45 + </p> 29 46 </article> 30 47 </main> 31 48