repos / pico

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

commit
4429411
parent
c9aa505
author
Eric Bower
date
2024-12-04 03:20:41 +0000 UTC
style(prose): remove `unlisted` tag

This is in an effort to support "pages" that are not automatically
listed on the blog, rather, can be specified in the nav, readme, or
footer.
1 files changed,  +0, -1
M prose/html/post.page.tmpl
+0, -1
1@@ -54,7 +54,6 @@
2 <header>
3     <h1 class="text-2xl font-bold">{{.Title}}</h1>
4     <p class="font-bold m-0">
5-        {{if .Unlisted}} <code>unlisted</code>{{end}}
6         <time datetime="{{.PublishAtISO}}">{{.PublishAt}}</time>
7         <span>&middot;<span>
8         <a href="{{.BlogURL}}">{{.BlogName}}</a>