Sha256: 3bce55b3080fe1601a290714f884956b45ead3b44b16bff06e2b024f052c52d2
Contents?: true
Size: 376 Bytes
Versions: 17
Compression:
Stored size: 376 Bytes
Contents
--- permalink: "/api/concepts.json" --- { {% for concept in site.concepts %} {% assign json_concept = concept.representations.json %} "{{ concept.termid }}": { "term": "{{ concept.term }}", "termid": {{ concept.termid }}, "uri-html": "{{ concept.url }}", "uri-json": "{{ json_concept.url }}" }{% unless forloop.last %},{% endunless %} {% endfor %} }
Version data entries
17 entries across 17 versions & 1 rubygems