blog-rekahsoft-ca/templates/partials/recent-posts-nojs.haml

10 lines
211 B
Plaintext

#recent-posts-nojs
%strong Recent Posts
%ul
$for(recentPosts)$
%li.recent-post-item-nojs
%a(href="$url$")
%strong $title$
$if(teaser)$ $teaser$ $else$ $body$ $endif$
$endfor$