Sha256: 819bf39bb42f878a9762fd94ad245d655586359c738985370bfbc3aa0eecbd1f

Contents?: true

Size: 199 Bytes

Versions: 2

Compression:

Stored size: 199 Bytes

Contents

<div class="openingTimes">
  {% for day_of_week in site.data.openingTimes.times %}
    <p>{{ day_of_week.days }}:</p>
    <p>{{ day_of_week.open }} - {{ day_of_week.close }}</p>
  {% endfor %}
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cafe-theme-0.1.1 _includes/openTimes.html
cafe-theme-0.1.0 _includes/openTimes.html