We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87180ee commit b596271Copy full SHA for b596271
_layouts/lexeme.html
@@ -40,7 +40,7 @@ <h1>{{ page.rdf | rdf_property: "rdfs:label" }}</h1>
40
<div>
41
<dt>Morph (heb_schema:consistsOfMorph and mmoon:consistsOfMorph)</dt>
42
{% for morph in mmoon_morphs %}
43
- <dd class="representation"><a href="{{ morph.page_url | prepend: site.baseurl }}">{{ morph | rdf_property: "rdfs:label" }}</a></dd>
+ <dd class="representation"><a href="{{ morph.page_url | prepend: site.baseurl }}">{{ morph | rdf_property: "rdfs:label", "he" }}</a></dd>
44
{% endfor %}
45
{% for morph in heb_schema_morphs %}
46
<dd class="representation"><a href="{{ morph.page_url | prepend: site.baseurl }}">{{ morph | rdf_property: "rdfs:label" }}</a></dd>
0 commit comments