repos / pico

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

commit
ea7ac00
parent
184f73a
author
Eric Bower
date
2024-09-21 02:29:46 +0000 UTC
fix(prose): undo footer box for posts
1 files changed,  +1, -1
M prose/html/post.page.tmpl
+1, -1
1@@ -64,7 +64,7 @@
2 <main>
3     <article class="md">
4         {{.Contents}}
5-        <div id="post-footer" class="box">{{.Footer}}</div>
6+        <div id="post-footer">{{.Footer}}</div>
7     </article>
8 </main>
9 {{template "footer" .}}