From 328ebe85135912678bdacd3381126ffd66ef2761 Mon Sep 17 00:00:00 2001 From: polwex Date: Fri, 27 Jun 2025 22:53:52 +0700 Subject: init --- desk/web/manx.hoon | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 desk/web/manx.hoon (limited to 'desk/web/manx.hoon') diff --git a/desk/web/manx.hoon b/desk/web/manx.hoon new file mode 100644 index 0000000..53e1d08 --- /dev/null +++ b/desk/web/manx.hoon @@ -0,0 +1,16 @@ +/- tp=trill-post +/+ plib=trill-utils +/= post-show /web/blog/post +/= index /web/index +|% +++ post-manx +|= [p=post:tp feed=gfeed:tp who=@p] ^- manx + =/ fn (node-to-full:plib p feed) +~(html post-show [fn who]) +++ layout +|= [body=manx =bowl:gall] ^- manx + (index ~[body] bowl) +++ post +|= [p=post:tp feed=gfeed:tp =bowl:gall] ^- manx +%+ index ~[(post-manx p feed src.bowl)] bowl +-- -- cgit v1.2.3