Sha256: b7674532ab6829350ce4843e9a3f763ca673702de4097558750ca9d13bc38a95
Contents?: true
Size: 895 Bytes
Versions: 5
Compression:
Stored size: 895 Bytes
Contents
--- layout: base-page permalink: "/concepts/index.html" nav_items: [home, about, stats, posts, feedback, registers] bodyClass: concepts title: All Concepts --- :page-liquid: The concepts below are sorted by term name, alphabetically, in a case-insensitive way. ++++ {% assign sortedConcepts = site.concepts | sort_natural: "term" %} <div class="all-concepts"> <table> <thead> <tr> <th class="field-termid">Term ID <th class="field-term">Term </tr> </thead> <tbody> {% for concept in sortedConcepts %} <tr> <td class="field-termid"> <a href="{{ concept.url | relative_url }}">{{ concept.termid }}</a> </td> <td class="field-term"> <a href="{{ concept.url | relative_url }}">{{ concept.term }}</a> </td> </tr> {% endfor %} </tbody> </table> </div> ++++
Version data entries
5 entries across 5 versions & 1 rubygems