# HG changeset patch # User duong tam kien # Date 1500475661 -7200 # Node ID 964633aa5d454d59dca4f06286b220ae6d845110 # Parent 21ac67ebf9e705179c3ab7e0d3d583a7bc58438f bug fix diff -r 21ac67ebf9e7 -r 964633aa5d45 design/_includes/notes.html --- a/design/_includes/notes.html Tue Jul 18 18:15:51 2017 +0200 +++ b/design/_includes/notes.html Wed Jul 19 16:47:41 2017 +0200 @@ -26,7 +26,6 @@
{{ note | markdownify }} -
{% if include.margins=="side" %} @@ -34,7 +33,6 @@ {{ note | truncate: "100" | markdownify }} {% endif %} - {% if include.margins=="bottom" %} @@ -45,3 +43,8 @@ {% endif %} {% endfor %} + + + + + diff -r 21ac67ebf9e7 -r 964633aa5d45 design/index.html --- a/design/index.html Tue Jul 18 18:15:51 2017 +0200 +++ b/design/index.html Wed Jul 19 16:47:41 2017 +0200 @@ -1,31 +1,17 @@ ---- --- - - - - - - - - - - - - - - - - - +layout: default +--- {% include nav.html %} + +
- {% include notes.html %} + {% include notes.html margins="side" %}
@@ -33,10 +19,3 @@ {% include zone.edit.html %}
- - - - - - -