repos / pico

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

commit
f4f3ef3
parent
c9de2c5
author
Eric Bower
date
2024-01-20 20:21:21 +0000 UTC
shutdown notice
1 files changed,  +7, -1
M lists/html/base.layout.tmpl
+7, -1
 1@@ -14,6 +14,12 @@
 2         <link rel="stylesheet" href="https://pico.sh/smol.css" />
 3         <link rel="stylesheet" href="/main.css" />
 4     </head>
 5-    <body {{template "attrs" .}}>{{template "body" .}}</body>
 6+    <body {{template "attrs" .}}>
 7+      <div class="box mb-2 text-center">
 8+        This service will shut down on <strong>2025-01-20</strong>.
 9+        <a href="https://blog.pico.sh">Read our post about it.</a>
10+      </div>
11+      {{template "body" .}}
12+    </body>
13 </html>
14 {{end}}