design/_includes/notes.html
author duong tam kien <tk@deveha.com>
Thu, 08 Jun 2017 12:39:08 +0200
changeset 22 92283f86282d
parent 20 a8300ef1876e
child 23 4c3ae065f22c
permissions -rw-r--r--
edit bar pattern

{% for note in site.data.bacon %}
	{{ note | markdownify }}
{% endfor %}