diff -r 92283f86282d -r 4c3ae065f22c design/_includes/notes.html --- a/design/_includes/notes.html Thu Jun 08 12:39:08 2017 +0200 +++ b/design/_includes/notes.html Thu Jun 08 14:46:34 2017 +0200 @@ -1,3 +1,17 @@ {% for note in site.data.bacon %} - {{ note | markdownify }} +
+
+
10:20
+
+
10:30
+
+ +
+ {{ note | markdownify }} +
+ +
+ {{ note | truncate: "100" | markdownify }} +
+
{% endfor %}