mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
All strings, urls and anchors are now in a single yml files for each language Translated html pages are generated by a jekyll plugin based on unified templates Add a new sitemap generator plugin for the new translation structure Update french translations
14 lines
332 B
HTML
14 lines
332 B
HTML
---
|
|
layout: base
|
|
lang: 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>
|