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
10 lines
346 B
HTML
Executable file
10 lines
346 B
HTML
Executable file
---
|
|
layout: base
|
|
id: foundation
|
|
---
|
|
<div class="foundation">
|
|
<img src="/img/logo_bitcoin_foundation.png" alt="Bitcoin Foundation" style="float:left;margin-right:10px;">
|
|
<h1 style="margin-bottom:30px;">{% translate pagetitle %}</h1>
|
|
<p>{% translate mission %}</p>
|
|
<h2><a href="https://bitcoinfoundation.org/">{% translate visit %}</a></h2>
|
|
</div>
|