blog/pages/index.html.skooma.yue

16 lines
410 B
Text

slots, json = select 1, ...
posts = require 'posts'
post = =>
a href: @head.uri,
* flexColumn
* h2 @head.title, style: "view-transition-name: #{@head.slug}"
* time is: 'local-date', datetime: @head.date, @head.date
* @head.description
slots.head title "Index"
slots.head script type: 'module', src: "/javascript/LocalDate.js"
return main
* h1 "Blog Posts"
* nav ul [li post p for p in *posts]