This website requires JavaScript.
Explore
Help
Sign In
rhi
/
blog
Watch
1
Star
0
Fork
You've already forked blog
0
Code
Issues
Pull requests
Releases
Wiki
Activity
54aac9c35a
blog
/
templates
/
postlist.html
10 lines
126 B
HTML
Raw
Normal View
History
Unescape
Escape
first
2021-07-23 21:35:02 -04:00
<
main
>
<
ul
>
$for(posts)$
<
li
>
fix filenames in post lists
2021-07-25 08:48:08 -04:00
<
a
href
=
$it.file$
>
$it.title$
<
/
a
>
first
2021-07-23 21:35:02 -04:00
($it.date$)
$endfor$
<
/
ul
>
<
/
main
>
Reference in a new issue
Copy permalink