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
6 lines
119 B
HTML
6 lines
119 B
HTML
---
|
|
layout: base
|
|
lang: en
|
|
---
|
|
<h1>{{ page.title }} <small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
|
{{ content }}
|