misconstruedⓂ️monologues https://blog.bemoe.online
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.

9 lines
185B

  1. <ul class="ulposts">
  2. $for(posts)$
  3. <li>
  4. <div class="aleft"><a href="$url$">$title$</a></div>
  5. <div class="aright">・$date$</div>
  6. </li>
  7. $endfor$
  8. </ul>