repos / pico

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

commit
36b26f2
parent
d77b910
author
Eric Bower
date
2024-01-09 19:52:31 +0000 UTC
docs: tweak footers
2 files changed,  +4, -3
M lists/html/marketing-footer.partial.tmpl
+3, -0
1@@ -2,5 +2,8 @@
2 <footer>
3     <hr />
4     <p class="font-italic">Built and maintained by <a href="https://pico.sh">pico.sh</a>.</p>
5+    <div>
6+        <a href="/rss">rss</a>
7+    </div>
8 </footer>
9 {{end}}
M prose/html/marketing-footer.partial.tmpl
+1, -3
 1@@ -3,9 +3,7 @@
 2     <hr />
 3     <p class="font-italic">Built and maintained by <a href="https://pico.sh">pico.sh</a>.</p>
 4     <div>
 5-        <a href="/">discover</a> |
 6-        <a href="/rss">rss</a> |
 7-        <a href="https://github.com/picosh/pico">source</a>
 8+        <a href="/rss">rss</a>
 9     </div>
10 </footer>
11 {{end}}