diff -r ec72869a5a20 -r b5d11572f1ed design/_includes/notes.compare.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/design/_includes/notes.compare.html Mon Jul 17 16:37:09 2017 +0200 @@ -0,0 +1,38 @@ +
+

Lorem Ipsum Dolor

+
+ +
+
+

{{ site.data.bacon[0] | markdownify }}

+
+
+
+ +
+
23 juin 2017
+
+ +{% for note in site.data.bacon %} +
+
+
10:20
+
+
10:30
+
+ +
+ {{ note | markdownify }} + +
+
+ + +{% if include.margins=="bottom" %} +
+
+ {{ note | truncate: "200" | markdownify }} +
+{% endif %} +
+{% endfor %}