monero-site/_layouts/user-guide.html
rehrar 5e90a88f77
Added two new layouts for use by User Guides
- The goal being to allow for titles within the user guides while not over complicating the layouts and titles
2018-01-30 13:18:02 -07:00

14 lines
No EOL
360 B
HTML

---
layout: base
---
<div class="site-wrap">
<!-- FULL WIDTH BLOCK -->
<section class="container full">
<div class="info-block text-adapt">
<div>
{{content}}
</div>
</div>
</section>
<!-- END FULL WIDTH BLOCK -->
</div>