-<p>Posted{% if article.authors %} by {% for author in article.authors %}<a href="{{ author.url|format_siteurl|e }}">{{ author|e }}</a>{% endfor %}{% endif %} on <time datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time> in <a href="{{ article.category.url|format_siteurl|e }}">{{ article.category|e }}</a>{% if article.modified %}; <span class="m-text m-success">updated <time datetime="{{ article.modified.isoformat() }}">{{ article.locale_modified }}</time></span>{% endif %}.{% if article.tags %} Tags: {% for tag in article.tags %}<a href="{{ tag.url|format_siteurl|e }}">{{ tag|e }}</a>{% if not loop.last %}, {% endif %}{% endfor %}.{% endif %}</p>
+<p>Posted{% if article.authors %} by {% for author in article.authors %}<a href="{{ author.url|format_siteurl|e }}">{{ author|e }}</a>{% endfor %}{% endif %} on <time datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time> in <a href="{{ article.category.url|format_siteurl|e }}">{{ article.category|e }}</a>.{% if article.modified %} <span class="m-label m-success">updated <time datetime="{{ article.modified.isoformat() }}">{{ article.locale_modified }}</time></span>{% endif %}{% if article.tags %} Tags: {% for tag in article.tags %}<a href="{{ tag.url|format_siteurl|e }}">{{ tag|e }}</a>{% if not loop.last %}, {% endif %}{% endfor %}.{% endif %}</p>
</a></h1>
</header>
<footer>
- <p>Posted on <time datetime="2017-12-08T00:00:00+00:00">Dec 08, 2017</time> in <a href="category-misc.html">misc</a>; <span class="m-text m-success">updated <time datetime="2017-12-10T00:00:00+00:00">Dec 10, 2017</time></span>.</p>
+ <p>Posted on <time datetime="2017-12-08T00:00:00+00:00">Dec 08, 2017</time> in <a href="category-misc.html">misc</a>. <span class="m-label m-success">updated <time datetime="2017-12-10T00:00:00+00:00">Dec 10, 2017</time></span></p>
</footer>
<div class="m-clearfix-l"></div>
</article>