This website requires JavaScript.
Explore
Help
Sign In
dbalan
/
blogng
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
1106321f29758382e6e31e0d8dd892d4c8b834c1
blogng
/
templates
/
post-list.html
T
8 lines
117 B
HTML
Raw
Normal View
History
Unescape
Escape
intial commit
2017-01-22 22:30:42 +01:00
<
ul
>
$for(posts)$
<
li
>
<
a
href
=
"$url$"
>
$title$
</
a
>
- $date$
</
li
>
$endfor$
</
ul
>
Reference in New Issue
Copy Permalink