Add native

This commit is contained in:
Jeremy Thomas
2018-03-29 22:25:55 +01:00
parent c6690db2f5
commit 88c0341a01
11 changed files with 439 additions and 26 deletions

View File

@@ -59,6 +59,8 @@ route: documentation
<section class="section bd-typo">
<div class="container">
{% include native.html %}
<p class="has-text-centered has-text-grey-light">
<a href="{{ site.url }}/made-with-bulma/">
<img src="{{ site.url }}/images/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
@@ -66,6 +68,7 @@ route: documentation
<br>
This page is <strong class="has-text-grey">open source</strong>.
Noticed a typo? Or something unclear?
<br>
<a class="has-text-grey" href="https://github.com/jgthms/bulma/blob/master/docs/{{ page.path }}" style="border-bottom: 1px solid currentColor;">
Improve this page on GitHub
</a>

View File

@@ -47,5 +47,7 @@ route: blog
</nav>
</div>
</div>
{% include native.html %}
</div>
</section>