Add headings to tag pages
Alan Pearce alan@alanpearce.eu
Fri, 09 Feb 2024 14:23:34 +0100
3 files changed, 12 insertions(+), 0 deletions(-)
M src/templates.ts → src/templates.ts
@@ -118,6 +118,11 @@ ); const $feed = $(".h-feed"); const $tpl = $(".h-entry").remove(); $(".title").addClass("p-author h-card").attr("rel", "author"); + if (tag === "") { + $(".filter").remove(); + } else { + $(".filter").find("h3").text(`#${tag}`); + } for (const post of posts) { const $post = $tpl.clone();
M templates/list.html → templates/list.html
@@ -24,6 +24,12 @@ <a href="/">Home</a> </nav> </header> <main id="content"> + <div class="filter"> + <h3>Tag</h3> + <small> + <a href="../">Remove filter</a> + </small> + </div> <ul class="h-feed"> <li class="h-entry"> <span>