Skip to content

Commit a00e193

Browse files
committed
Add root representations and div for clearfix in binyanim
1 parent 28c676f commit a00e193

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_layouts/binyan.html

+2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ <h1>{{ page.rdf | rdf_property: "rdfs:label", "en", true | join: ", " }}</h1>
3030
<li><a href="{{ row.word.page_url | prepend: site.baseurl }}">{{ row.label }}</a></li>
3131
{% endfor %}
3232
</div>
33+
<ul class="en">
34+
</div>
3335
<div class="clearfix"></div>
3436
</div>

_layouts/root.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@ <h1>{{ page.rdf | rdf_property: "rdfs:label" }}</h1>
3434
{% if representations.first %}
3535
<div class="segment">
3636
<div class="he">
37-
<ul>
38-
{% for representation in representations %}
39-
<li class="representation">{{ representation | rdf_property: "rdfs:label" }}</li>
40-
{% endfor %}
41-
</ul>
4237
</div>
4338
<div class="en">
4439
<p class="proplabel propheading">Representations (mmoon:hasRepresentation)</p>
4540
</div>
4641
<div class="clearfix"></div>
42+
{% for representation in representations %}
43+
{% include representation.html representation=representation %}
44+
<div class="clearfix"></div>
45+
{% endfor %}
4746
</div>
4847
{% endif %}
4948

0 commit comments

Comments
 (0)