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

@@ -2,7 +2,7 @@
<div class="bd-snippet-preview">
{{ include.content }}
</div>
<div class="bd-snippet-code">
<div class="bd-snippet-code {%unless include.clipped %}highlight-full{% endunless %}">
{% highlight html %}{{ include.content }}{% endhighlight %}
</div>
</div>