From a0794a363eb6e77a5e6461d1bab39de0e016c816 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Thu, 4 Aug 2022 20:02:24 +0000 Subject: [PATCH] tweak: point to more content at end of blog --- apps/blagh/app.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc index 7199dfd..b43b650 100755 --- a/apps/blagh/app.rc +++ b/apps/blagh/app.rc @@ -95,6 +95,7 @@ fn blagh_body { } | sed 's/h[2-9]/i/g' | sed 's/h1/h3/g' | head -n 5 # XXX BUG! Markdown [references] break because multiple markdown documents are merged. Should format each blog post independently. # TODO: use fltr_cache directly, that can fix the previous bug plus provide a perf boost by caching title generation. + echo '

More content

' } fn get_post_list {