equal
deleted
inserted
replaced
24 <div>10:30</div> |
24 <div>10:30</div> |
25 </div> |
25 </div> |
26 |
26 |
27 <div class="col col-6 content"> |
27 <div class="col col-6 content"> |
28 {{ note | markdownify }} |
28 {{ note | markdownify }} |
29 |
|
30 </div> |
29 </div> |
31 |
30 |
32 {% if include.margins=="side" %} |
31 {% if include.margins=="side" %} |
33 <div class="margin col col-3 small text-muted"> |
32 <div class="margin col col-3 small text-muted"> |
34 {{ note | truncate: "100" | markdownify }} |
33 {{ note | truncate: "100" | markdownify }} |
35 </div> |
34 </div> |
36 {% endif %} |
35 {% endif %} |
37 </div> |
|
38 |
36 |
39 |
37 |
40 {% if include.margins=="bottom" %} |
38 {% if include.margins=="bottom" %} |
41 <div class="row"> |
39 <div class="row"> |
42 <div class="col col-6 offset-md-3 small text-muted"> |
40 <div class="col col-6 offset-md-3 small text-muted"> |
43 {{ note | truncate: "200" | markdownify }} |
41 {{ note | truncate: "200" | markdownify }} |
44 </div> |
42 </div> |
45 {% endif %} |
43 {% endif %} |
46 </div> |
44 </div> |
47 {% endfor %} |
45 {% endfor %} |
|
46 |
|
47 |
|
48 </div> |
|
49 |
|
50 |