.themes/mod_classic/source/_includes/asides/recent_posts.html
aa230616
 <section>
   <h1>Recent Posts</h1>
   <ul id="recent_posts">
     {% for post in site.posts limit: site.recent_posts %}
       <li class="post">
39d56bc9
         <a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a>
aa230616
       </li>
     {% endfor %}
   </ul>
5d61b463
 </section>