dash-docs/_layouts/releases.html
Saivann 9bcbd64415 Improve how version-history and events are handled
version-history now shows all posts in one page with anchors
Each individual version page links to version-history instead of duplicating it
Events pages no longer show version-history
Ugly margins have been improved
2013-05-15 16:19:48 -04:00

13 lines
326 B
HTML

---
layout: base-en
---
<div class="versiontext">
<h1>{{ page.title }} <small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{% if page.src %}
<p>
<a href="{{ page.src }}">Full announcement (including signatures)</a>
</p>
{% endif %}
{{ content }}
</div>
<a href="/en/version-history">Show version history</a>