This website requires JavaScript.
Explore
Help
Sign In
dbalan
/
blogng
Watch
1
Star
0
Fork
0
You've already forked blogng
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a910f0ae63
blogng
/
templates
/
post-list.html
8 lines
103 B
HTML
Raw
Normal View
History
Unescape
Escape
intial commit
2017-01-22 21:30:42 +00:00
<
ul
>
$for(posts)$
Bit more prodding
2019-08-03 16:16:25 +00:00
<
li
>
<
a
href
=
"$url$"
>
$title$
<
/
a
>
- $date$
<
/
li
>
intial commit
2017-01-22 21:30:42 +00:00
$endfor$
<
/
ul
>
Reference in New Issue
Copy Permalink