Add more snippets

This commit is contained in:
Jeremy Thomas
2017-08-30 21:13:17 +01:00
parent 9b06974cd1
commit 08e082ae07
10 changed files with 56 additions and 121 deletions

View File

@@ -71,23 +71,15 @@ variables:
<hr>
<div class="columns">
<div class="column is-4">
<div class="content">
<p>
The <code>.box</code> element is simply a container with a shadow, a border, a radius, and some padding.
<br>
For example, you can include a media object:
</p>
</div>
</div>
<div class="column is-8">
{{box_example}}
</div>
<div class="content">
<p>
The <code>.box</code> element is simply a container with a shadow, a border, a radius, and some padding.
<br>
For example, you can include a media object:
</p>
</div>
{% highlight html %}{{box_example}}{% endhighlight %}
{% include snippet.html content=box_example %}
{% include variables.html %}