Those are time elements, so they become bold
1 files changed, 1 insertions(+), 1 deletions(-) M soupault.conf
M soupault.conf => soupault.conf +1 -1
@@ 59,7 59,7 @@ index_item_template = """ <div class="entry"> <h4><a href="{{url}}">{{title}}</a></h4> -<p>Posted: {{date}}</p> +<p>Posted: <time>{{date}}</time></p> <p>{{excerpt}}</p> <a href="{{url}}">Read more...</a> </div>