repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
b077673
parent
2ca589a
author
Eric Bower
date
2024-01-20 20:42:03 +0000 UTC
fix(lists): update shutdown date
1 files changed,  +1, -1
M lists/html/base.layout.tmpl
+1, -1
1@@ -16,7 +16,7 @@
2     </head>
3     <body {{template "attrs" .}}>
4       <div class="box mb-2 text-center">
5-        This service will shut down on <strong>2025-01-20</strong>.
6+        This service will shut down on <strong>2024-07-20</strong>.
7         <a href="https://blog.pico.sh/lists-shutdown-notice">Read our post about it.</a>
8       </div>
9       {{template "body" .}}