RTML faster publish


/ Published in: Lisp
Save to your folder(s)



Copy this code and paste it in your HTML
  1. TEXT ONCE :publish
  2. GRAB
  3. WITH-OBJECT :index
  4. WHEN @contents
  5. TAG tag "ul"
  6. FOR-EACH-OBJECT @contents
  7. TAG tag "li"
  8. CSS-WITH-LINK title @name
  9. destination TO id
  10. TEXT @name

URL: http://e-commsolution.com/speed-publish/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.