my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
205 B

6 years ago
  1. <ul class="post-list">
  2. $for(posts)$
  3. <li>
  4. <div class="post-list-item">
  5. <a href="$url$">$title$</a>
  6. $date$
  7. </div>
  8. </li>
  9. $endfor$
  10. </ul>