page.ori, pageSummaries.ori.html: render address and tags

This commit is contained in:
Hans Fast 2026-03-09 14:16:28 +01:00
parent aefcbb61b2
commit e738cfae89
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
title: page.title
_body: Tree.indent`
<h1>${page.title}</h1>
<span>${page.fnd.addr} ${page.fnd.tags || ''}</span>
${page._body}
<a href="/">↖index</a>
`

View File

@ -3,5 +3,6 @@
---
<article>
<a href=${key}><h1>${value.title}</h1></a>
<span>${value.fnd.addr} ${value.fnd.tags || ''}</span>
${value.summary || ""}
</article>