monero-site/_layouts/index.html
Diego Salazar 2efb6cc0e5
Added upgrade banner using Jekyll
- Added upgrade snippet
- Added snippet banner to index page of all languages
- Updated yml files of all languages ready for translation
- Styling
2018-10-13 14:26:45 -06:00

14 lines
No EOL
246 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include upgrade.html %}
<div class="page-wrapper">
{% include header.html %}
{{content}}
{% include footer.html %}
</div>
</body>
</html>