People are always interested in new stuff. If not, allow them to visit your blog by offering links to older articles
Since the whole content is based on dynamic tags, it could look a little weird in the first place
For a better view, let’s check out the HTML
<ul>
<li><a href="-1}">{post_title:-1}</a></li>
<li><a href="-2}">{post_title:-2}</a></li>
<li><a href="-3}">{post_title:-3}</a></li>
<li><a href="-4}">{post_title:-4}</a></li>
<li><a href="-5}">{post_title:-5}</a></li>
</ul>
To add the date of each post, you can use {post_date}
<ul>
<li><a href="-1}">{post_title:-1}</a> ({post_date:-1})</li>
<li><a href="-2}">{post_title:-2}</a> ({post_date:-2})</li>
<li><a href="-3}">{post_title:-3}</a> ({post_date:-3})</li>
<li><a href="-4}">{post_title:-4}</a> ({post_date:-4})</li>
<li><a href="-5}">{post_title:-5}</a> ({post_date:-5})</li>
</ul>