design/_includes/notes.list.html
author ymh <ymh.work@gmail.com>
Sat, 01 Dec 2018 02:38:21 +0100
changeset 189 3470535a6caa
parent 22 92283f86282d
permissions -rw-r--r--
Added tag 0.1.1 for changeset 00cf90eb0f5a

<div class="card">
	<div class="card-header d-flex flex-row">
		session

		<span class="ml-auto text-muted"><i class="fa fa-plus-square" aria-hidden="true"></i></span>
	</div>
  <ul class="list-group list-group-flush">
		{% for note in site.data.bacon %}
			<li class="list-group-item small pb-1 pt-1">
				<span class="text-muted mr-1">10:09 → 10:12</span>
				{{ note | split: "" | size }} mots
			</li>
		{% endfor %}
	</ul>
</div>