mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
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
13 lines
326 B
HTML
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>
|