Move lastmod into alert pages content

This commit is contained in:
Saivann 2013-08-06 13:59:25 -04:00
parent 0a6f4a1021
commit 7ff5b4b4e0
7 changed files with 24 additions and 11 deletions

View file

@ -10,8 +10,5 @@ lang: en
<div class="alerttext">
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{{ content }}
<div style="text-align:right">
<i>This notice last updated: {{ page.lastmod }}</i>
</div>
</div>
<a href="/en/alerts">Go back to the network alerts history</a>