diff -r ec72869a5a20 -r b5d11572f1ed design/_includes/notes.html
--- a/design/_includes/notes.html Mon Jul 10 16:22:59 2017 +0200
+++ b/design/_includes/notes.html Mon Jul 17 16:37:09 2017 +0200
@@ -26,10 +26,22 @@
{{ note | markdownify }}
+
+ {% if include.margins=="side" %}
{{ note | truncate: "100" | markdownify }}
+ {% endif %}
+
+
+
+{% if include.margins=="bottom" %}
+
+
+ {{ note | truncate: "200" | markdownify }}
+
+{% endif %}
{% endfor %}