blob: 221f30123cd7c99a6a52fddf4c4aa0dcce839342 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---@diagnostic disable: undefined-global
return {
s(
'bugs',
fmt(
[[
## bugs, help, patches?
submit them to my [public-inbox](https://lists.sr.ht/~robertgzr/public-inbox) by sending an email to [~robertgzr/public-inbox@lists.sr.ht](mailto:~robertgzr/public-inbox@lists.sr.ht?Subject=%5B{proj}%5D%20)
]],
{ proj = i(1, 'project name') }
)
),
s('date', {
t('<span class="date">'),
i(1),
t('</span>'),
}),
}
|