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

@@ -75,25 +75,11 @@ variables:
<hr>
<div class="columns">
<div class="column">
{{ notification }}
</div>
<div class="column">
{% highlight html %}{{ notification }}{% endhighlight %}
</div>
</div>
{% include snippet.html content=notification %}
{% include anchor.html name="Colors" %}
<div class="columns">
<div class="column">
{{ notification_colors }}
</div>
<div class="column">
{% highlight html %}{{ notification_colors }}{% endhighlight %}
</div>
</div>
{% include snippet.html content=notification_colors %}
{% include variables.html %}