mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Add docs folder
This commit is contained in:
8
docs/_layouts/default.html
Normal file
8
docs/_layouts/default.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
|
||||
{{ content }}
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user